setup.cfg 408 B

123456789101112131415161718
  1. [build_sphinx]
  2. source-dir = docs/
  3. build-dir = docs/.build
  4. all_files = 1
  5. [upload_sphinx]
  6. upload-dir = docs/.build/html
  7. [bdist_rpm]
  8. requires = python-uuid
  9. python-importlib
  10. python-multiprocessing==2.6.2.1
  11. python-django
  12. python-dateutil
  13. python-anyjson
  14. python-carrot>=0.10.4
  15. python-django-picklefield
  16. python-billiard>=0.3.0