summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-02 10:39:34 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-08-02 10:44:41 -0400
commitc0fe170ca44e3e41b2b6ceb7c6085d3f87b325a8 (patch)
tree07ce446e600a2d290ddc47883aecff84c183ce0d /setup.cfg
parent5bab03ee62ee3a4d18baecf7800c49f426e154db (diff)
downloadpycadf-c0fe170ca44e3e41b2b6ceb7c6085d3f87b325a8.tar.gz
initial project setup
Change-Id: I1bbe058cf162549a517814e02a3e8bed70b5dbf8
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg34
1 files changed, 34 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..752668f
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,34 @@
+[metadata]
+name = pycadf
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+summary = CADF Library
+description-file =
+ README.rst
+home-page = https://launchpad.net/pycadf
+classifier =
+ Development Status :: 3 - Alpha
+ Environment :: OpenStack
+ Intended Audience :: Developers
+ Intended Audience :: Information Technology
+ License :: OSI Approved :: Apache Software License
+ Operating System :: OS Independent
+ Programming Language :: Python
+ Programming Language :: Python :: 2.6
+ Programming Language :: Python :: 2.7
+
+[files]
+packages =
+ pycadf
+
+[global]
+setup-hooks =
+ pbr.hooks.setup_hook
+
+[build_sphinx]
+source-dir = doc/source
+build-dir = doc/build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = doc/build/html