| 1234567891011121314151617181920212223242526 |
- [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
- [egg_info]
- tag_build =
- tag_date = 0
- tag_svn_revision = 0
|