File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
setup (
4
4
name = 'coderwall' ,
5
- version = '1.1.1 ' ,
5
+ version = '1.2.0 ' ,
6
6
author = 'Cameron Currie' ,
7
7
author_email = 'me@cameroncurrie.net' ,
8
8
url = 'http://github.com/cwc/coderwall-python' ,
11
11
license = 'MIT' ,
12
12
classifiers = [
13
13
'Programming Language :: Python' ,
14
+ 'Programming Language :: Python :: 2' ,
14
15
'Programming Language :: Python :: 2.6' ,
16
+ 'Programming Language :: Python :: 2.7' ,
15
17
'Programming Language :: Python :: 3' ,
18
+ 'Programming Language :: Python :: 3.2' ,
19
+ 'Programming Language :: Python :: 3.3' ,
20
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
16
21
'Development Status :: 5 - Production/Stable' ,
17
22
'License :: OSI Approved :: MIT License' ,
18
23
'Operating System :: OS Independent' ,
You can’t perform that action at this time.
0 commit comments