Skip to content

Commit

Permalink
Tiny polishes for wheel building
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Feb 21, 2024
1 parent 3a22bbb commit d498c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ cmake-build-*
build-wheel/
dist/
energyplus.egg-info
wheelhouse/

# App-specific project files, for example, for Geany IDE:
*.geany
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_current_wheel_details():
},
"Linux": {
"x86_64": {
"wheel": "linux_x86_64",
"wheel": "manylinux_2_17_x86_64",
"zip_tag": "Linux",
"build_tool": "Unix Makefiles",
"extension": "so",
Expand Down

0 comments on commit d498c39

Please sign in to comment.