summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 6e7053f633914b9f2085d8799f263769ce1e8cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[bdist_rpm]
release=1
doc_files=
    README.txt
    LICENSE.txt
    PKG-INFO
    doc/
requires=python
build_requires=python

[build_sphinx]
source-dir = doc/
build-dir = doc/_build
all_files = 1

[upload_sphinx]
upload-dir = doc/_build/html