Change PyPI name to ironic-lib and clean up setup.cfg

Our project is called ironic-lib, no point in publishing it as ironic_lib.
It's also inconsistent with tempest-lib.

This patch also removes unneeded elements from setup.cfg and switches
to postversioning.

Change-Id: I29c0f384fb8869ce3e28dedf0272fcc2e766fc26
This commit is contained in:
Dmitry Tantsur 2015-08-13 12:34:13 +02:00
parent 123414e327
commit aa66ebc6ee
1 changed files with 1 additions and 11 deletions

View File

@ -1,6 +1,5 @@
[metadata]
name = ironic_lib
version = 2015.0
name = ironic-lib
summary = Ironic Common Libraries
description-file =
README.rst
@ -21,12 +20,3 @@ classifier =
[files]
packages =
ironic_lib
namespace_packages =
ironic_lib
[global]
[entry_points]
[nosetests]