summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-01-16 19:42:36 +0100
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2019-01-16 19:42:36 +0100
commitf726adffd00c6ef4ea486923e4918115cc7070ab (patch)
tree4dcea26c485f2ea596143956b2ea8c94c4ca3ac9 /setup.py
parent6716a8d3c533e0364aa1ed509ad4d03bdcc2705a (diff)
downloadsetuptools-scm-f726adffd00c6ef4ea486923e4918115cc7070ab.tar.gz
add python3.7 to the classifier list, fixes #325v3.2.0
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d38527a..6981232 100644
--- a/setup.py
+++ b/setup.py
@@ -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",