mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +00:00
sort wheel files list in manifest
This commit is contained in:
@@ -8,6 +8,7 @@ def find_whl_files(directory):
|
||||
for file in files:
|
||||
if file.endswith(".whl"):
|
||||
whl_files.append(os.path.relpath(os.path.join(root, file), directory))
|
||||
whl_files.sort()
|
||||
return whl_files
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user