diff --git a/mdakits/maicos/metadata.yaml b/mdakits/maicos/metadata.yaml new file mode 100644 index 00000000..f3931e28 --- /dev/null +++ b/mdakits/maicos/metadata.yaml @@ -0,0 +1,30 @@ +project_name: maicos +authors: + - https://gitlab.com/maicos-devel/maicos/-/blob/main/AUTHORS.rst +maintainers: + - schlaicha + - PicoCentauri + - hejamu +description: + Analyse molecular dynamics simulations of interfacial and confined systems. +keywords: + - Molecular Dynamics + - Confined Systems +license: GPL-3.0-or-later +project_home: https://gitlab.com/maicos-devel/maicos +documentation_home: https://maicos.readthedocs.io/en/latest/ +documentation_type: UserGuide + API + +## Optional entries +install: + - pip install maicos +src_install: + - pip install git+https://gitlab.com/maicos-devel/maicos.git +python_requires: ">=3.9" +mdanalysis_requires: ">=2.5.0" +run_tests: + - git clone latest + - tox -e py39-tests +test_dependencies: + - pip install tox +development_status: Beta