Otherwise it is not included by default as wheels do not honor the MANIFEST.in Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
17 lines
232 B
INI
17 lines
232 B
INI
[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
|
|
|
|
[metadata]
|
|
license_file = LICENSE
|
|
|
|
[devpi:upload]
|
|
formats = sdist.tgz,bdist_wheel
|