summaryrefslogtreecommitdiff
path: root/src/setup.py
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2015-10-14 08:36:37 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2015-10-14 08:36:37 +0000
commitbd53d0527ffea1b08ac76bba450f001fe0aa3648 (patch)
treeb655e2e427bf87f27655e104ca5e2bbc664f19a6 /src/setup.py
parentaf48680354ab40f697f1dca69ade29e67cfb58bb (diff)
downloadpyparsing-git-bd53d0527ffea1b08ac76bba450f001fe0aa3648.tar.gz
Add wheel release support
Add Python 3.4 and 3.5 versions to setup metadata
Diffstat (limited to 'src/setup.py')
-rw-r--r--src/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.py b/src/setup.py
index 9da7b33..e3ffd71 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -34,5 +34,7 @@ setup(# Distribution meta-data
'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',
]
)