Skip to content

Commit

Permalink
Merge pull request #846 from tirkarthi/fix-python-requires
Browse files Browse the repository at this point in the history
Move python_requires to options for correct METADATA generation.
  • Loading branch information
Julian authored Sep 30, 2021
2 parents 4f4012c + a7f55e2 commit e61dcbc
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 @@ -20,10 +20,10 @@ classifiers =
Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
python_requires = ">=3.7"

[options]
packages = find:
python_requires = >=3.7
install_requires =
attrs>=17.4.0
importlib_metadata;python_version<'3.8'
Expand Down

0 comments on commit e61dcbc

Please # to comment.