]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blob - zfec/setup.cfg
bf345ea5228a883c9909d69bd4eb04d15f9ca067
[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 test
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