trivial: Reformat setup.cfg
Came to see if there was documentation configured here. Ended up fixing formatting. So be it. Change-Id: I61247ff85571c775dd7be823127fe1ca4ca622d4 Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
This commit is contained in:
parent
cf4d3b10ae
commit
bff9624cbc
36
setup.cfg
36
setup.cfg
@ -1,31 +1,25 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = WSME
|
name = WSME
|
||||||
|
|
||||||
author = Christophe de Vienne
|
author = Christophe de Vienne
|
||||||
author-email = python-wsme@googlegroups.com
|
author-email = python-wsme@googlegroups.com
|
||||||
|
|
||||||
summary = Simplify the writing of REST APIs, and extend them with additional protocols.
|
summary = Simplify the writing of REST APIs, and extend them with additional protocols.
|
||||||
|
|
||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
|
|
||||||
url = http://git.openstack.org/cgit/openstack/wsme
|
url = http://git.openstack.org/cgit/openstack/wsme
|
||||||
|
|
||||||
license = MIT
|
license = MIT
|
||||||
|
|
||||||
classifier =
|
classifier =
|
||||||
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.7
|
Programming Language :: Python :: 2.7
|
||||||
Programming Language :: Python :: 3
|
Programming Language :: Python :: 3
|
||||||
Programming Language :: Python :: 3.5
|
Programming Language :: Python :: 3.5
|
||||||
Programming Language :: Python :: 3.6
|
Programming Language :: Python :: 3.6
|
||||||
Programming Language :: Python :: 3.7
|
Programming Language :: Python :: 3.7
|
||||||
Programming Language :: Python :: Implementation :: CPython
|
Programming Language :: Python :: Implementation :: CPython
|
||||||
Programming Language :: Python :: Implementation :: PyPy
|
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
|
||||||
|
|
||||||
[entry_points]
|
[entry_points]
|
||||||
wsme.protocols =
|
wsme.protocols =
|
||||||
@ -39,16 +33,14 @@ wsme.protocols =
|
|||||||
packages =
|
packages =
|
||||||
wsme
|
wsme
|
||||||
wsmeext
|
wsmeext
|
||||||
|
|
||||||
namespace_packages =
|
namespace_packages =
|
||||||
wsmeext
|
wsmeext
|
||||||
|
|
||||||
extra_files =
|
extra_files =
|
||||||
setup.py
|
setup.py
|
||||||
README.rst
|
README.rst
|
||||||
tests
|
tests
|
||||||
|
|
||||||
[wheel]
|
[bdist_wheel]
|
||||||
# WSME has different requirements depending on the version of Python
|
# WSME has different requirements depending on the version of Python
|
||||||
# being used, so we cannot build universal wheels.
|
# being used, so we cannot build universal wheels.
|
||||||
universal = 0
|
universal = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user