From c23fa19457d21860a44a25acec37209c60aaf50b Mon Sep 17 00:00:00 2001 From: Brian Curtin Date: Tue, 16 Jun 2015 12:05:38 -0500 Subject: [PATCH] Rename project to openstacksdk Prepare for the next release and set the package name to openstacksdk and drop the python- prefix. This package name has already been reserved on PyPI. This was initially started by a discussion at the summit around OpenStackClient making the same move to strip the python- prefix (they haven't completed it, but have reserved the PyPI name). It was further discussed on IRC and I believe in a meeting that there is no benefit to having the python- prefix here. There is no name collision we're avoiding with it, and it provides nothing extra by being prefixed as such. Change-Id: I1145883a2f896769143a3fcc6e43468d6e590e11 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 98a5cd4a..9f0fe01a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = python-openstacksdk +name = openstacksdk summary = An SDK for building applications to work with OpenStack description-file = README.rst