setup.cfg 538 B

1234567891011121314151617181920212223
  1. [metadata]
  2. url = https://github.com/datalad-handbook/book
  3. long_description = file:README.md
  4. long_description_content_type = text/markdown; charset=UTF-8
  5. license = MIT
  6. python_requires = >= 3.5
  7. install_requires =
  8. Sphinx >= 2
  9. sphinxcontrib-svg2pdfconverter
  10. sphinxcontrib-plantuml
  11. autorunrecord
  12. packages = find:
  13. include_package_data = True
  14. [versioneer]
  15. VCS = git
  16. style = pep440
  17. versionfile_source = dataladhandbook_support/_version.py
  18. versionfile_build = dataladhandbook_support/_version.py
  19. tag_prefix =
  20. parentdir_prefix =