From: zooko Date: Sun, 14 Jun 2009 01:02:19 +0000 (+0530) Subject: setup: add setup.cfg to trigger darcsver before other operations X-Git-Url: https://git.rkrishnan.org/module-simplejson.encoder.html?a=commitdiff_plain;h=054ce0cba62cb7d199cfeb8478f35ebc5809c901;p=tahoe-lafs%2Fzfec.git setup: add setup.cfg to trigger darcsver before other operations Ignore-this: ecf052e0abd3d3bea05e42968337330e darcs-hash:2c667b2c6db44fe3d557ba734878d155b030382a --- diff --git a/zfec/setup.cfg b/zfec/setup.cfg new file mode 100644 index 0000000..bf345ea --- /dev/null +++ b/zfec/setup.cfg @@ -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