Skip to content

Commit 5a86b97

Browse files
committed
Merge commit '6f81717'
2 parents a1ced84 + 6f81717 commit 5a86b97

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='coderwall',
5-
version='1.1.1',
5+
version='1.2.0',
66
author='Cameron Currie',
77
author_email='me@cameroncurrie.net',
88
url='http://github.com/cwc/coderwall-python',
@@ -11,8 +11,13 @@
1111
license='MIT',
1212
classifiers=[
1313
'Programming Language :: Python',
14+
'Programming Language :: Python :: 2',
1415
'Programming Language :: Python :: 2.6',
16+
'Programming Language :: Python :: 2.7',
1517
'Programming Language :: Python :: 3',
18+
'Programming Language :: Python :: 3.2',
19+
'Programming Language :: Python :: 3.3',
20+
'Programming Language :: Python :: Implementation :: PyPy',
1621
'Development Status :: 5 - Production/Stable',
1722
'License :: OSI Approved :: MIT License',
1823
'Operating System :: OS Independent',

0 commit comments

Comments
 (0)