-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathversipy.yaml
More file actions
36 lines (36 loc) · 1.36 KB
/
versipy.yaml
File metadata and controls
36 lines (36 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
version:
major: 0
minor: 2
micro: 4
a: null
b: null
rc: null
post: 1
dev: null
managed_values:
__package_name__: versipy
__package_description__: Versatile version and medatada managment across the python
packaging ecosystem with git integration
__package_url__: https://github.com/a-slide/versipy
__author_name__: Adrien Leger
__author_email__: contact@adrienleger.com
__author_url__: https://adrienleger.com
__package_licence__: GPLv3
__package_licence_url__: https://www.gnu.org/licenses/gpl-3.0.en.html
__minimal_python__: '>=3.6'
__entry_point1__: versipy=versipy.__main__:main
__dependency1__: colorlog>=4.1.0
__dependency2__: pyyaml>=5.3.1
__dependency3__: gitpython>=3.1.9
__classifiers_1__: 'Development Status :: 3 - Alpha'
__classifiers_2__: 'Intended Audience :: Science/Research'
__classifiers_3__: 'Topic :: Scientific/Engineering :: Bio-Informatics'
__classifiers_4__: 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
__classifiers_5__: 'Programming Language :: Python :: 3'
__citation__: Adrien Leger. (2020, October 27). a-slide/versipy 0.2.2 (Version 0.2.2).
Zenodo. http://doi.org/10.5281/zenodo.4139248
managed_files:
versipy_templates/setup.py: setup.py
versipy_templates/meta.yaml: meta.yaml
versipy_templates/__init__.py: versipy/__init__.py
versipy_templates/README.md: README.md