summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-04-28 19:46:03 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-01 12:23:12 -0400
commit50f32bc803b42a33533af1ce379da930ddd8f494 (patch)
treedad84d1c019f7508e7fcd0823dc924a41b9ad148 /setup.cfg
parent1eb2c29856fda85abbf7c06802b4fb09cc66bb41 (diff)
downloadpython-swiftclient-50f32bc803b42a33533af1ce379da930ddd8f494.tar.gz
Switch to pbr for setup.
Change-Id: Ifc2efa2bd7c2f030b51494ccb471f0c3e097c5ce
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg29
1 files changed, 29 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 11c7201..411d7ab 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,32 @@
+[metadata]
+name = python-swiftclient
+summary = OpenStack Object Storage API Client Library
+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
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[files]
+packages =
+ swiftclient
+scripts =
+ bin/swift
+
[build_sphinx]
source-dir = doc/source
build-dir = doc/build