Skip to content

Commit

Permalink
Merge pull request #222 from matthewfeickert/build/add-requires-pytho…
Browse files Browse the repository at this point in the history
…n-metadata

build: Add requires-python metadata
  • Loading branch information
clelange authored Feb 27, 2023
2 parents 21349a6 + 53445de commit 4bc0799
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 @@ -35,6 +35,7 @@
keywords='HEPData physics OpenData',
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
zip_safe=False,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*',
install_requires=DEPS,
setup_requires=['pytest-runner', 'pytest-cov'],
tests_require=['pytest', 'papermill', 'six',
Expand Down

0 comments on commit 4bc0799

Please sign in to comment.