summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2011-12-09 13:37:03 -0800
committerMonty Taylor <mordred@inaugust.com>2011-12-09 13:38:23 -0800
commitf737a8c3bbbd30428cdecec500d2275a5f74ba89 (patch)
treeed6bb8adebb3792dd8f776737c472f0790950ffe /setup.cfg
parent959c44ff5956b7e42134aef319f33f2b756bfcc7 (diff)
downloadpython-novaclient-f737a8c3bbbd30428cdecec500d2275a5f74ba89.tar.gz
Add MANIFEST.in and setup.cfg back.
These files are actually needed - without MANIFEST.in, files are missing from the source tarball which is used in debian packaging. setup.cfg is needed for configuration of the sphinx doc build commands. Additionally, I added listings for the other files in the root to MANIFEST.in so that the source tarball would be complete. Change-Id: Ia0f281663b58baaf2ee23f627d4b1887d0eddfe9
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg13
1 files changed, 13 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..f7dc87f4
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,13 @@
+[nosetests]
+cover-package = novaclient
+cover-html = true
+cover-erase = true
+cover-inclusive = true
+
+[build_sphinx]
+source-dir = docs/
+build-dir = docs/_build
+all_files = 1
+
+[upload_sphinx]
+upload-dir = docs/_build/html