We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842e7ba commit 1ae441aCopy full SHA for 1ae441a
setup.py
@@ -8,7 +8,7 @@
8
"""
9
from distutils.core import setup
10
11
-VERSION = '1.0.9'
+VERSION = '1.0.10'
12
13
setup(
14
name='trender',
@@ -34,6 +34,10 @@
34
'Programming Language :: Python :: 3.3',
35
'Programming Language :: Python :: 3.4',
36
'Programming Language :: Python :: 3.5',
37
+ 'Programming Language :: Python :: 3.6',
38
+ 'Programming Language :: Python :: 3.7',
39
+ 'Programming Language :: Python :: 3.8',
40
+ 'Programming Language :: Python :: 3.9',
41
'Programming Language :: Python :: 3 :: Only',
42
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
43
'Topic :: Software Development :: Libraries :: Python Modules',
0 commit comments