summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 89482e32cc63059ebff37831cfd50cb40e2b9a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[easy_install]
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

[egg_info]
tag_build = 
tag_date = 0
tag_svn_revision = 0