summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-16 16:31:06 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-16 16:32:05 -0700
commite20051360f9dbf6a879be7acdd9159b8f068a388 (patch)
treeedaf90f6ddcfa9c94cf477e2628be9d12f52b81a
parent430c5ad767cc946e9da7cd5f4673a4e3bd135a3c (diff)
downloadpyparsing-git-e20051360f9dbf6a879be7acdd9159b8f068a388.tar.gz
Add additional trove classifiers for supported Pythons
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index dbe2743..99d1132 100644
--- a/setup.py
+++ b/setup.py
@@ -33,11 +33,13 @@ setup(# Distribution meta-data
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
]
)