summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-03-18 19:37:05 +0000
committergeorg.brandl <devnull@localhost>2008-03-18 19:37:05 +0000
commite16794323a182cebf135a2ca152fcb60f2a76f60 (patch)
tree6257dd5359e857b18428cc55eab5bb17fefa7f88 /setup.cfg
parent740aae36e8251ef299acf657d74ea816a8caa7a6 (diff)
downloadsphinx-e16794323a182cebf135a2ca152fcb60f2a76f60.tar.gz
Add new README, adapt setup.py.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 00000000..cee7e3b5
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,7 @@
+[egg_info]
+tag_build = dev
+tag_date = true
+
+[aliases]
+release = egg_info -RDb ''
+