python-manilaclient/setup.cfg
Sascha Peilicke e0be9fa65c Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I0627e2afcc7af27cff9f268d42e07194ba370d85
2013-11-19 11:26:00 +01:00

11 lines
143 B
INI

[build_sphinx]
all_files = 1
source-dir = doc/source
build-dir = doc/build
[upload_sphinx]
upload-dir = doc/build/html
[wheel]
universal = 1