setup.cfg 856 B

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