Skip to content

Commit

Permalink
Add setup requirements to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjdillon committed Dec 13, 2019
1 parent 49d8ba9 commit be91467
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 @@ def requirements(fp: str):
license="GPL-3.0+",
packages=find_packages(where="src"),
package_dir={"": "src"},
setup_requires=setup_requirements,
install_requires=requirements("requirements.in"),
test_requires=requirements("requirements_test.txt"),
scripts=["bin/pylleo-cal"],
Expand Down

0 comments on commit be91467

Please sign in to comment.