Skip to content

Commit

Permalink
require wheel for setup
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Mar 11, 2024
1 parent 955f230 commit b9adc71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
include_package_data=True,
package_data={"fieldsurveys": ["*"]},
entry_points={"console_scripts": ["fieldsurveys = fieldsurveys:copy_app_files"]},
setup_requires=["wheel"],
install_requires=[
"beautifulsoup4==4.12.3",
"colorama==0.4.6",
Expand Down

0 comments on commit b9adc71

Please sign in to comment.