]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blob - zfec/setup.cfg
3b0349f61d6885cbda496825d5b7f714095d8ac1
[tahoe-lafs/zfec.git] / zfec / setup.cfg
1 [easy_install]
2 # zfec actually does work at least as well as any package
3 # works when zipped, but zipping eggs causes various problems
4 # (http://bugs.python.org/setuptools/issue33 ), and generally makes it
5 # harder for people to get at the source code, and doesn't actually
6 # provide any benefits that I am aware of.
7 zip_ok=False
8
9 [aliases]
10 build = darcsver --count-all-patches build
11 test = darcsver --count-all-patches trial
12 sdist = darcsver --count-all-patches sdist
13 install = darcsver --count-all-patches install
14 bdist_egg = darcsver --count-all-patches bdist_egg
15 trial = darcsver --count-all-patches trial
16 sdist_dsc = darcsver --count-all-patches sdist_dsc