From f737a8c3bbbd30428cdecec500d2275a5f74ba89 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 9 Dec 2011 13:37:03 -0800 Subject: 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 --- setup.cfg | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 setup.cfg (limited to 'setup.cfg') 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 -- cgit v1.2.1