]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
setup: add setup.cfg to trigger darcsver before other operations
authorzooko <zooko@zooko.com>
Sun, 14 Jun 2009 01:02:19 +0000 (06:32 +0530)
committerzooko <zooko@zooko.com>
Sun, 14 Jun 2009 01:02:19 +0000 (06:32 +0530)
Ignore-this: ecf052e0abd3d3bea05e42968337330e

darcs-hash:2c667b2c6db44fe3d557ba734878d155b030382a

zfec/setup.cfg [new file with mode: 0644]

diff --git a/zfec/setup.cfg b/zfec/setup.cfg
new file mode 100644 (file)
index 0000000..bf345ea
--- /dev/null
@@ -0,0 +1,16 @@
+[easy_install]
+# zfec actually does work at least as well as any package
+# works when zipped, but zipping eggs causes various problems
+# (http://bugs.python.org/setuptools/issue33 ), and generally makes it
+# harder for people to get at the source code, and doesn't actually
+# provide any benefits that I am aware of.
+zip_ok=False
+
+[aliases]
+build = darcsver --count-all-patches build
+test = darcsver --count-all-patches test
+sdist = darcsver --count-all-patches sdist
+install = darcsver --count-all-patches install
+bdist_egg = darcsver --count-all-patches bdist_egg
+trial = darcsver --count-all-patches trial
+sdist_dsc = darcsver --count-all-patches sdist_dsc