summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorbertagaz <bertagaz@ptitcanardnoir.org>2011-06-14 15:26:19 +0200
committerbertagaz <bertagaz@ptitcanardnoir.org>2011-06-14 15:26:19 +0200
commit30e9097985656920f01a72efc1088caa2b8d41b3 (patch)
treebedbdb1aaa484af467e538110ab4c0c95985b6b8 /setup.cfg
Imported Upstream version 0.5.29upstream/0.5.29
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..730bf08
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,17 @@
+[easy_install]
+zip_ok = False
+
+[egg_info]
+tag_build =
+tag_date = 0
+tag_svn_revision = 0
+
+[aliases]
+sdist_dsc = darcsver --count-all-patches sdist_dsc
+sdist = darcsver --count-all-patches sdist
+trial = darcsver --count-all-patches trial
+build = darcsver --count-all-patches build
+install = darcsver --count-all-patches install
+test = darcsver --count-all-patches test
+bdist_egg = darcsver --count-all-patches bdist_egg
+