Skip to content

Commit

Permalink
Merge pull request #4 from instadeepai/pypi
Browse files Browse the repository at this point in the history
fix: add requirements-files section
  • Loading branch information
BioGeek authored Sep 1, 2023
2 parents 0ab49b3 + aa20bdb commit 25b6f30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ max-line-length = 100
ignore = E266,E501,E731
max-cognitive-complexity=10

[requirements-files]
setup_requires = requirements.txt
install_requires = requirements.txt
tests_require = requirements.txt

[options]
setup_requires =
setuptools>=50.3.2
Expand Down

0 comments on commit 25b6f30

Please sign in to comment.