aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
blob: 5bd4ed83a57cb4c070ab1170f2ea6c04d3236463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[egg_info]
tag_build = dev
tag_svn_revision = 1

[aliases]
release = egg_info -RDb ''
source = sdist bdist_rpm register binary
binary = bdist_egg bdist_wininst upload --show-response

[bdist_rpm]
source_only = 1
doc_files = setuptools.txt EasyInstall.txt pkg_resources.txt
requires = python-devel