summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-06-11 23:17:24 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2019-06-11 23:17:24 +0200
commitd204d572d61ca01b3a38fea229a438d108460f9b (patch)
tree48c7a27c1f8c154255374d699eee26467700e269 /setup.py
parent781f8fa20f9a7590572159714e319a770a4b9a4e (diff)
Add Python 3.8 trove classifier
Tested, works fine.
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 7864a78..89e9867 100644
--- a/setup.py
+++ b/setup.py
@@ -93,6 +93,7 @@ setuptools.setup(
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]