Use same style version match as other entries

This commit is contained in:
Luke Murphy 2019-07-02 10:23:37 +02:00
parent 4e7183e209
commit 0722874cbd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ classifiers =
[options]
use_scm_version = True
python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5
python_requires = !=2.7.*, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
setup_requires =
setuptools_scm
setuptools_scm_git_archive