Skip to content

Commit e61dcbc

Browse files
authored
Merge pull request #846 from tirkarthi/fix-python-requires
Move python_requires to options for correct METADATA generation.
2 parents 4f4012c + a7f55e2 commit e61dcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ classifiers =
2020
Programming Language :: Python :: 3.9
2121
Programming Language :: Python :: Implementation :: CPython
2222
Programming Language :: Python :: Implementation :: PyPy
23-
python_requires = ">=3.7"
2423

2524
[options]
2625
packages = find:
26+
python_requires = >=3.7
2727
install_requires =
2828
attrs>=17.4.0
2929
importlib_metadata;python_version<'3.8'

0 commit comments

Comments
 (0)