Fix the setup.cfg metadata

This patch is removing the quotes from "author" and "author-email"
metadata in the setup.cfg file. Apparently having the values quoted
causes the openstack-infra/project-config release.sh script to error out
when uploading it to Pypi.

This patch also updates the "url" metadata to point to the openstack git
server.

Change-Id: I992a5053a48f7a49f08f299b170cc3da40de242b
This commit is contained in:
Lucas Alvares Gomes 2017-01-04 14:39:01 +00:00
parent 1670793bfe
commit 9676ffcd1d
1 changed files with 3 additions and 3 deletions

View File

@ -1,14 +1,14 @@
[metadata]
name = WSME
author = "Christophe de Vienne"
author-email = "python-wsme@googlegroups.com"
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 = https://github.com/openstack/wsme
url = http://git.openstack.org/cgit/openstack/wsme
license = MIT