Don't advertise Pythons we don't support

This commit is contained in:
Luke Murphy 2019-07-01 18:33:37 +02:00
parent e37c5a3029
commit 0d0aa70ba9
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -30,13 +30,12 @@ license = MIT
license_file = LICENSE
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
use_scm_version = True
python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5
setup_requires =
setuptools_scm
setuptools_scm_git_archive