source: trunk/setup.cfg

Last change on this file was 227653b, checked in by Ramakrishnan Muthukrishnan <ram@…>, 9 years ago

zfec: start using versioneer for version/release management

  • Property mode set to 100644
File size: 487 bytes
Line 
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.
7zip_ok=False
8
9[versioneer]
10VCS = git
11style = pep440
12versionfile_source = zfec/_version.py
13versionfile_build = zfec/_version.py
14tag_prefix = zfec-
15parentdir_prefix = zfec-
Note: See TracBrowser for help on using the repository browser.