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:
Stephen Finucane 2019-04-02 10:54:19 +01:00
parent cf4d3b10ae
commit bff9624cbc
1 changed files with 14 additions and 22 deletions

View File

@ -1,17 +1,11 @@
[metadata]
name = WSME
author = Christophe de Vienne
author-email = python-wsme@googlegroups.com
summary = Simplify the writing of REST APIs, and extend them with additional protocols.
description-file = README.rst
url = http://git.openstack.org/cgit/openstack/wsme
license = MIT
classifier =
Development Status :: 3 - Alpha
Operating System :: OS Independent
@ -39,16 +33,14 @@ wsme.protocols =
packages =
wsme
wsmeext
namespace_packages =
wsmeext
extra_files =
setup.py
README.rst
tests
[wheel]
[bdist_wheel]
# WSME has different requirements depending on the version of Python
# being used, so we cannot build universal wheels.
universal = 0