Skip to content

Commit

Permalink
update requirements files in setup.py
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Schopf <tim.schopf@t-online.de>
  • Loading branch information
TimSchopf committed Dec 29, 2022
1 parent 502c122 commit dd95654
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 @@ -38,4 +38,5 @@
package_dir={"": "."},
packages=setuptools.find_packages(where="."),
python_requires='>=3.8',
data_files=[('requirements', ['requirements.txt'])],
)

0 comments on commit dd95654

Please sign in to comment.