wsme/setup.cfg
Christophe de Vienne 8736089dc9 Moved non-core features to the wsmeext namespace package
--HG--
rename : wsme/cornice.py => wsmeext/cornice.py
rename : wsme/pecan.py => wsmeext/pecan.py
rename : wsme/sphinxext.py => wsmeext/sphinxext.py
rename : wsme/tg1.py => wsmeext/tg1.py
rename : wsme/tg11.py => wsmeext/tg11.py
rename : wsme/tg15.py => wsmeext/tg15.py
2013-01-17 13:15:25 +01:00

62 lines
1.3 KiB
INI

[metadata]
name = WSME
version = 0.5a1
author = "Christophe de Vienne"
author-email = "python-wsme@googlegroups.com"
summary = Web Services Made Easy makes it easy to
implement multi-protocol webservices.
description-file = README.rst
url = http://bitbucket.org/cdevienne/wsme
license = MIT
classifier =
Development Status :: 3 - Alpha
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2.5
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.2
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
License :: OSI Approved :: MIT License
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Libraries :: Python Modules
[entry_points]
wsme.protocols =
rest = wsme.rest.protocol:RestProtocol
restjson = wsme.rest.protocol:RestProtocol
restxml = wsme.rest.protocol:RestProtocol
[files]
packages =
wsme
wsme.rest
wsme.tests
wsmeext
namespace_packages =
wsmeext
extra_files =
setup.py
README.rst
[egg_info]
tag_build = dev
tag_date = true
[aliases]
release = egg_info -RDb ''
[nosetests]
#with-coverage = true
#cover-package = wsme