Skip to content

Commit

Permalink
Switch to oslo.packaging
Browse files Browse the repository at this point in the history
Use the declarative metadata style in setup.cfg enabled by d2to1.

We can remove the setuptools code under magic/ imported from
oslo-incubator.

Change-Id: I83a1e9224185ad547bdb333feaf81419c24f768b
  • Loading branch information
markmc committed Mar 18, 2013
1 parent 255082e commit 7e54a17
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 389 deletions.
15 changes: 0 additions & 15 deletions magic/__init__.py

This file was deleted.

Empty file removed magic/openstack/__init__.py
Empty file.
Empty file removed magic/openstack/common/__init__.py
Empty file.
335 changes: 0 additions & 335 deletions magic/openstack/common/setup.py

This file was deleted.

7 changes: 0 additions & 7 deletions openstack-common.conf

This file was deleted.

27 changes: 27 additions & 0 deletions setup.cfg
@@ -1,3 +1,30 @@
[metadata]
name = oslo.config
version = 1.2.0
summary = Oslo configuration API
description-file = README
author = OpenStack
author_email = openstack-dev@lists.openstack.org
license = Apache Software License
home-page = http://pypi.python.org/pypi/oslo.packaging
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.6

[files]
packages =
oslo
oslo.config
namespace_packages =
oslo

[global]
setup-hooks =
oslo.packaging.hooks.setup_hook

[build_sphinx]
source-dir = doc/source
build-dir = doc/build
Expand Down

0 comments on commit 7e54a17

Please sign in to comment.