aboutsummaryrefslogtreecommitdiffstats
path: root/src/setup.cfg
blob: df8d43295251debd6356742b27a90c81880aa971 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example for setup.cfg
# You have to edit this file to reflect your system configuation

[sdist]
template = MANIFEST.in

[bdist_rpm]
provides = sos
requires = python >= 0:2.3
release = 1
packager = Steve Conklin <sconklin@redhat.com>
doc_files = README TODO LICENSE
install_script = install-rpm.sh