summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 5dd8c607ca64c03643093e1be685d9ca43663a05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[easy_install]
# pycryptopp actually does work at least as well as any package
# works when zipped, but zipping eggs causes various problems
# (http://bugs.python.org/setuptools/issue33 ), and generally makes it
# harder for people to get at the source code, and doesn't actually
# provide any benefits that I am aware of.
zip_ok=False

[aliases]
build = build
test = build test
sdist = build sdist
install = build install
bdist_egg = build bdist_egg
trial = build trial
sdist_dsc = build sdist_dsc