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

[bdist_wheel]
universal = 1

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

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