Skip to content

Commit

Permalink
python_requires is an option not metadata
Browse files Browse the repository at this point in the history
/me shakes fist at setuptools
  • Loading branch information
digitalresistor committed Nov 5, 2019
1 parent 195b613 commit 47d374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ classifiers =
url = https://pylonsproject.org/
author = Chris McDonough, Agendaless Consulting
author_email = pylons-devel@googlegroups.com
python_requires = >=3.5

[options]
package_dir=
=src
packages=find:
python_requires = >=3.5

[options.packages.find]
where=src
Expand Down

0 comments on commit 47d374a

Please sign in to comment.