Skip to content

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 committed Jan 7, 2022
1 parent eadabf3 commit 8b7ed82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
author_email="[email protected]",
packages=['SuperfacilityAPI'],
package_dir={'': 'python'},
version='0.0.1'
version='0.0.1',
scripts=['python/SuperfacilityAPI/bin/sfapi'],
install_requires=[
'authlib', 'requests', 'click', 'tabulate', 'pandas', 'numpy'
Expand Down

0 comments on commit 8b7ed82

Please sign in to comment.