784112aef6
Everything except the check-requirements-job template, since we're not an official OpenStack project. Change-Id: I610a35f12e0570477c5f6c24af6252be2525bd17 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
36 lines
943 B
INI
36 lines
943 B
INI
[metadata]
|
|
name = WSME
|
|
summary = Simplify the writing of REST APIs, and extend them with additional protocols.
|
|
author = Christophe de Vienne
|
|
author_email = python-wsme@googlegroups.com
|
|
description_file = README.rst
|
|
url = https://opendev.org/x/wsme
|
|
license = MIT
|
|
python_requires = >=3.8
|
|
classifier =
|
|
Development Status :: 3 - Alpha
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3 :: Only
|
|
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
|
|
wsmeext
|
|
namespace_packages =
|
|
wsmeext
|
|
extra_files =
|
|
setup.py
|
|
README.rst
|
|
tests
|