Skip to content

Commit

Permalink
update setup.py to point to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie committed Nov 15, 2024
1 parent 7ac9a7a commit 1f42724
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 @@ -25,6 +25,7 @@
license='Apache-2.0',
packages=sources.keys(),
package_data={'evo': ['evo/configs/*.yml']},
data_files=[('', ['requirements.txt'])],
include_package_data=True,
package_dir=sources,
install_requires=requirements,
Expand Down

0 comments on commit 1f42724

Please sign in to comment.