diff options
Diffstat (limited to 'setup.cfg')
| -rw-r--r-- | setup.cfg | 14 |
1 files changed, 3 insertions, 11 deletions
@@ -9,18 +9,14 @@ classifiers = Topic :: System :: Archiving :: Packaging License :: OSI Approved :: MIT License Programming Language :: Python - Programming Language :: Python :: 2 - Programming Language :: Python :: 2.7 - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 - Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3.7 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 author = Daniel Holth author_email = dholth@fastmail.fm -maintainer = Alex Gronholm +maintainer = Alex Grönholm maintainer_email = alex.gronholm@nextday.fi url = https://github.com/pypa/wheel project_urls = @@ -34,7 +30,7 @@ license = MIT package_dir= = src packages = find: -python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.* +python_requires = >=3.7 setup_requires = setuptools >= 40.9.0 zip_safe = False @@ -65,7 +61,3 @@ show_missing = true [flake8] max-line-length = 99 - -[bdist_wheel] -# use py2.py3 tag for pure-python dist: -universal = 1 |
