Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ad MAICoS as an MDAKit #84

Merged
merged 9 commits into from
Sep 28, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions mdakits/maicos/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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
- mamba install -c conda-forge maicos
hejamu marked this conversation as resolved.
Show resolved Hide resolved
src_install:
- pip install git+https://gitlab.com/maicos-devel/maicos.git
python_requires: ">=3.9"
mdanalysis_requires: ">=2.5.0"
run_tests:
- pytest tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

are your tests installed under a package named tests? 👀

development_status: Beta