summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 816539e2ec6fb8d79e08049e54b596510028aad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[build_sphinx]
source-dir = doc/en/
build-dir = doc/build
all_files = 1

[upload_sphinx]
upload-dir = doc/en/build/html

[bdist_wheel]
universal = 1

[check-manifest]
ignore =
  _pytest/_version.py

[metadata]
license_file = LICENSE

[devpi:upload]
formats = sdist.tgz,bdist_wheel