summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-05-11 15:18:04 -0400
committerMonty Taylor <mordred@inaugust.com>2013-05-17 08:40:49 -0700
commitb7ac4cd3096fa78d0ced28bce965881b6d8648ec (patch)
tree25a2de240bf115844c3a33d152a674a839a382d9 /setup.cfg
parent8d0228837c40c02d93d80ae0a179275ac2d7f277 (diff)
downloadoslo-b7ac4cd3096fa78d0ced28bce965881b6d8648ec.tar.gz
oslo-b7ac4cd3096fa78d0ced28bce965881b6d8648ec.tar.xz
oslo-b7ac4cd3096fa78d0ced28bce965881b6d8648ec.zip
Migrate to pbr.
Also, remove the files associated with this that should not be pulled from oslo-incubator any longer. Closes bug 1179007 Change-Id: Id2e882837bdde51a60562e8cdd207c7ff0c88a6a
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg44
1 files changed, 44 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index afffeb6..a32f3ad 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,47 @@
+[metadata]
+name = openstack.common
+version = 2013.2
+summary = OpenStack Common Libraries
+description-file =
+ README.rst
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+home-page = http://www.openstack.org/
+classifier =
+ Environment :: OpenStack
+ Intended Audience :: Information Technology
+ Intended Audience :: System Administrators
+ License :: OSI Approved :: Apache Software License
+ Operating System :: POSIX :: Linux
+ Programming Language :: Python
+ Programming Language :: Python :: 2
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 2.6
+
+[files]
+packages =
+ openstack
+namespace_packages =
+ openstack
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[entry_points]
+console_scripts =
+ oslo-rootwrap = openstack.common.rootwrap.cmd:main
+ oslo-rpc-zmq-receiver = openstack.common.rpc.zmq_receiver:main
+
+openstack.common.scheduler.filters =
+ AvailabilityZoneFilter = openstack.common.scheduler.filters.availability_zone_filter:AvailabilityZoneFilter
+ CapabilitiesFilter = openstack.common.scheduler.filters.capabilities_filter:CapabilitiesFilter
+ JsonFilter = openstack.common.scheduler.filters.json_filter:JsonFilter
+
+openstack.common.tests.fakes.weights =
+ FakeWeigher1 = tests.unit.fakes:FakeWeigher1
+ FakeWeigher2 = tests.unit.fakes:FakeWeigher2
+
[nosetests]
# NOTE(jkoelker) To run the test suite under nose install the following
# coverage http://pypi.python.org/pypi/coverage