source: git/setup.cfg

Last change on this file was b6285ce, checked in by Zooko O'Whielacronx <zooko@…>, at 2012-03-13T04:20:20Z

unconditionally do the update-version behavior every time setup.py is imported

remove the "update_version" command

  • Property mode set to 100644
File size: 499 bytes
Line 
1[easy_install]
2# pycryptopp 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[aliases]
10build = build
11test = build test
12sdist = build sdist
13install = build install
14bdist_egg = build bdist_egg
15trial = build trial
16sdist_dsc = build sdist_dsc
Note: See TracBrowser for help on using the repository browser.