summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2010-07-27 21:41:07 -0700
committerMonty Taylor <mordred@inaugust.com>2010-07-27 21:41:07 -0700
commitea89153b930eed70c7586eae56636b648e4e7252 (patch)
tree9e05fa61150ede78695702bd8e6e4da36764313e /setup.cfg
parent9587bd8ce817d71a8581ac16d0820714fbb10d02 (diff)
downloadnova-ea89153b930eed70c7586eae56636b648e4e7252.tar.gz
nova-ea89153b930eed70c7586eae56636b648e4e7252.tar.xz
nova-ea89153b930eed70c7586eae56636b648e4e7252.zip
Updated setup.py file to install stuff on a python setup.py install command.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 8 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 839472544..14dcb5c8e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,4 +1,10 @@
[build_sphinx]
+all_files = 1
+build-dir = doc/build
source-dir = doc/source
-build-dir = doc/build
-all_files = 1
+
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+