]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blob - setup.cfg
gitignore: Add cabal produced artifacts
[tahoe-lafs/zfec.git] / 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 [versioneer]
10 VCS = git
11 style = pep440
12 versionfile_source = zfec/_version.py
13 versionfile_build = zfec/_version.py
14 tag_prefix = zfec-
15 parentdir_prefix = zfec-