diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-07-14 16:25:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-14 16:25:59 -0500 |
commit | 4eedbbe68acc9e58efd5b903b77e9f9635664cb2 (patch) | |
tree | edaf90f6ddcfa9c94cf477e2628be9d12f52b81a | |
parent | 430c5ad767cc946e9da7cd5f4673a4e3bd135a3c (diff) | |
parent | e20051360f9dbf6a879be7acdd9159b8f068a388 (diff) | |
download | pyparsing-git-4eedbbe68acc9e58efd5b903b77e9f9635664cb2.tar.gz |
Merge pull request #9 from jdufresne/trove
Add additional trove classifiers for supported Pythons
-rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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',
]
)
|