summaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-02-28 00:46:14 -0800
committerMonty Taylor <mordred@inaugust.com>2012-03-01 11:42:42 -0800
commitf8ba5af130b7ec2d2ec8c0abcadbc27275467ab8 (patch)
tree943d9fd28c9f7d93754812859cd39a0a8a02e697 /setup.cfg
parenta6105f70c4007dab9a7180c27e5c379999f56cec (diff)
downloadkeystone-f8ba5af130b7ec2d2ec8c0abcadbc27275467ab8.tar.gz
keystone-f8ba5af130b7ec2d2ec8c0abcadbc27275467ab8.tar.xz
keystone-f8ba5af130b7ec2d2ec8c0abcadbc27275467ab8.zip
Align with project configs.
* docs in doc/ rather than docs/ * write out changelog from git * freeze requirements file Change-Id: If28d5414f7b2747fd6835546c45e1acfac8a3563
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg21
1 files changed, 21 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..9e948162
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,21 @@
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
+[build_sphinx]
+all_files = 1
+build-dir = doc/build
+source-dir = doc/source
+
+[nosetests]
+# NOTE(jkoelker) To run the test suite under nose install the following
+# coverage http://pypi.python.org/pypi/coverage
+# tissue http://pypi.python.org/pypi/tissue (pep8 checker)
+# openstack-nose https://github.com/jkoelker/openstack-nose
+verbosity=2
+detailed-errors=1
+with-openstack=1
+openstack-red=0.05
+openstack-yellow=0.025
+openstack-show-elapsed=1