setup.cfg 326 B

1234567891011121314151617181920212223242526
  1. [bdist_rpm]
  2. release = 1
  3. doc_files =
  4. README.txt
  5. LICENSE.txt
  6. PKG-INFO
  7. doc/
  8. requires = python
  9. build_requires = python
  10. [bdist_wheel]
  11. universal = 1
  12. [build_sphinx]
  13. source-dir = doc/
  14. build-dir = doc/_build
  15. all_files = 1
  16. [upload_sphinx]
  17. upload-dir = doc/_build/html
  18. [egg_info]
  19. tag_build =
  20. tag_date = 0
  21. tag_svn_revision = 0