diff options
author | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2019-01-16 19:42:36 +0100 |
---|---|---|
committer | Ronny Pfannschmidt <opensource@ronnypfannschmidt.de> | 2019-01-16 19:42:36 +0100 |
commit | f726adffd00c6ef4ea486923e4918115cc7070ab (patch) | |
tree | 4dcea26c485f2ea596143956b2ea8c94c4ca3ac9 /setup.py | |
parent | 6716a8d3c533e0364aa1ed509ad4d03bdcc2705a (diff) | |
download | setuptools-scm-f726adffd00c6ef4ea486923e4918115cc7070ab.tar.gz |
add python3.7 to the classifier list, fixes #325v3.2.0
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -103,6 +103,7 @@ arguments = dict( "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", + "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Version Control", "Topic :: System :: Software Distribution", |