summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 320967aaf3b6f6f6ad29359883d64d4b0448126b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[wheel]
universal = 1

[build_sphinx]
source-dir = docs
build-dir  = build/sphinx

[upload_docs]
upload-dir = build/sphinx/html

[metadata]
requires-dist =
    multiprocessing; python_version == '2.5' and platform.python_implementation != 'Jython'