Adding the precise Python versions and implementation classifiers
This commit is contained in:
parent
583a9b8855
commit
dd65884067
@ -50,12 +50,12 @@ Main features
|
|||||||
- Multi-protocol : REST+Json, REST+XML, SOAP, ExtDirect and more to come.
|
- Multi-protocol : REST+Json, REST+XML, SOAP, ExtDirect and more to come.
|
||||||
- Extensible : easy to add more protocols or more base types.
|
- Extensible : easy to add more protocols or more base types.
|
||||||
- Framework independance : adapters are provided to easily integrate
|
- Framework independance : adapters are provided to easily integrate
|
||||||
your API in any web framework, for example a wsgi container,
|
your API in any web framework, for example a wsgi container,
|
||||||
turbogears...
|
turbogears...
|
||||||
- Very few runtime dependencies: webob, simplegeneric
|
- Very few runtime dependencies: webob, simplegeneric
|
||||||
(+ Genshi if you use SOAP).
|
(+ Genshi if you use SOAP).
|
||||||
- Integration in `Sphinx`_ for making clean documentation with
|
- Integration in `Sphinx`_ for making clean documentation with
|
||||||
wsme.sphinxext (work in progress).
|
wsme.sphinxext (work in progress).
|
||||||
|
|
||||||
Install
|
Install
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
5
setup.py
5
setup.py
@ -28,6 +28,11 @@ setup(
|
|||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
'Programming Language :: Python :: 2.5',
|
||||||
|
'Programming Language :: Python :: 2.6',
|
||||||
|
'Programming Language :: Python :: 2.7',
|
||||||
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
'Topic :: Internet :: WWW/HTTP :: WSGI',
|
||||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
|
Loading…
Reference in New Issue
Block a user