diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2015-10-29 06:38:35 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2015-10-29 06:38:35 +0000 |
commit | be78411a071404f2e17dbde444a15ad16b2f05b7 (patch) | |
tree | d5fde29bd38b205704e4d61a02e78246ebb4b0fa /src/setup.py | |
parent | 0208700c5e61efeccf89208562ebefb9b93cbce4 (diff) | |
download | pyparsing-git-be78411a071404f2e17dbde444a15ad16b2f05b7.tar.gz |
Updates to support files
Diffstat (limited to 'src/setup.py')
-rw-r--r-- | src/setup.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/setup.py b/src/setup.py index e3ffd71..82061c6 100644 --- a/src/setup.py +++ b/src/setup.py @@ -30,9 +30,6 @@ setup(# Distribution meta-data 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.0',
- 'Programming Language :: Python :: 3.1',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
|