File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 4
4
- " 2.7"
5
5
- " 3.2"
6
6
- " 3.3"
7
+ - " 3.4"
7
8
- " pypy"
9
+ - " pypy3"
8
10
script : nosetests
Original file line number Diff line number Diff line change 17
17
'Programming Language :: Python :: 3' ,
18
18
'Programming Language :: Python :: 3.2' ,
19
19
'Programming Language :: Python :: 3.3' ,
20
+ 'Programming Language :: Python :: 3.4' ,
20
21
'Programming Language :: Python :: Implementation :: PyPy' ,
21
- 'Development Status :: 5 - Production/Stable ' ,
22
+ 'Development Status :: 6 - Mature ' ,
22
23
'License :: OSI Approved :: MIT License' ,
23
24
'Operating System :: OS Independent' ,
24
25
'Intended Audience :: Developers' ,
25
- 'Topic :: Software Development :: Libraries :: Python Modules'
26
+ 'Topic :: Software Development :: Libraries :: Python Modules' ,
27
+ 'Topic :: Internet' ,
28
+ 'Topic :: Internet :: WWW/HTTP' ,
29
+ 'Environment :: Console' ,
30
+ 'Environment :: Web Environment'
26
31
],
27
32
py_modules = ['coderwall' ]
28
33
)
You can’t perform that action at this time.
0 commit comments