Skip to content

Commit fb41d27

Browse files
committed
Add 3.3 and 3.4 flags in setup.py
1 parent c6aa5f0 commit fb41d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def get_version():
9797
'Programming Language :: Python :: 3',
9898
'Programming Language :: Python :: 3.1',
9999
'Programming Language :: Python :: 3.2',
100+
'Programming Language :: Python :: 3.3',
101+
'Programming Language :: Python :: 3.4',
100102
],
101103
keywords='setuptools deployment installation distutils',
102104
author='Ian Bicking',

0 commit comments

Comments
 (0)