setup.cfg 901 B

1234567891011121314151617181920212223242526272829303132333435
  1. [metadata]
  2. name = datalad-metadata-model
  3. version = 0.2.0rc1
  4. url = https://github.com/datalad/datalad-metadata-model
  5. author = The DataLad Team and Contributors
  6. author_email = team@datalad.org
  7. description = Metadata model used in DataLad's extension for semantic metadata handling
  8. long_description = file:README.md
  9. long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
  10. license = MIT
  11. classifiers =
  12. Programming Language :: Python
  13. License :: OSI Approved :: MIT License
  14. Programming Language :: Python :: 3
  15. [options]
  16. python_requires = >= 3.6
  17. install_requires =
  18. appdirs
  19. click
  20. dataclasses
  21. fasteners
  22. test_requires =
  23. nose
  24. coverage
  25. packages = find:
  26. include_package_data = True
  27. [versioneer]
  28. VCS = git
  29. style = pep440
  30. versionfile_source = dataladmetadatamodel/_version.py
  31. versionfile_build = dataladmetadatamodel/_version.py
  32. tag_prefix =
  33. parentdir_prefix =