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. |
---|
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- |
---|
Note: See
TracBrowser
for help on using the repository browser.