summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@users.noreply.github.com>2018-07-14 16:25:59 -0500
committerGitHub <noreply@github.com>2018-07-14 16:25:59 -0500
commit4eedbbe68acc9e58efd5b903b77e9f9635664cb2 (patch)
treeedaf90f6ddcfa9c94cf477e2628be9d12f52b81a
parent430c5ad767cc946e9da7cd5f4673a4e3bd135a3c (diff)
parente20051360f9dbf6a879be7acdd9159b8f068a388 (diff)
downloadpyparsing-git-4eedbbe68acc9e58efd5b903b77e9f9635664cb2.tar.gz
Merge pull request #9 from jdufresne/trove
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',
]
)