Skip to content

Commit

Permalink
Ad MAICoS as an MDAKit (#84)
Browse files Browse the repository at this point in the history
* Add maicos

* Fix pytest

* change testdir

* Steal test config from mdacli

* Don't use tox (needs fixed python version)

* Use tox again

* test dependencies

* Tests didn't run

* Update mdakits/maicos/metadata.yaml

Co-authored-by: Irfan Alibay <[email protected]>

---------

Co-authored-by: Irfan Alibay <[email protected]>
  • Loading branch information
hejamu and IAlibay authored Sep 28, 2023
1 parent 4508e99 commit 7f0209c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions mdakits/maicos/metadata.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7f0209c

Please sign in to comment.