1234567891011121314151617181920212223242526272829303132 |
- [metadata]
- url = https://github.com/datalad/git-annex-ria-remote
- author = The DataLad Team and Contributors
- author_email = team@datalad.org
- description = Metadata model used in DataLad's extension for semantic metadata handling
- long_description = file:README.md
- long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
- license = MIT
- classifiers =
- Programming Language :: Python
- License :: OSI Approved :: BSD License
- Programming Language :: Python :: 3
- [options]
- python_requires = >= 3.5
- install_requires =
- datalad >= 0.14
- datalad-metadata-model
- pyyaml
- test_requires =
- nose
- coverage
- packages = find:
- include_package_data = True
- [versioneer]
- VCS = git
- style = pep440
- versionfile_source = dataladmetadatamodel/_version.py
- versionfile_build = dataladmetadatamodel/_version.py
- tag_prefix =
- parentdir_prefix =
|