Skip to content

Commit

Permalink
Update metadata.yaml
Browse files Browse the repository at this point in the history
Adde pytests and changelog
  • Loading branch information
talagayev authored Aug 16, 2024
1 parent a2af827 commit 6c722a2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mdakits/mdonatello/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ python_requires: ">=3.9"
## str: a specification for the range of MDAnalysis versions supported by this MDAKit
mdanalysis_requires: ">=2.0.0"

## List(str): a list of commands to use when attempting to run the MDAKit's tests
run_tests:
- git clone latest
- pytest mdonatello/

## str: the development status of the MDAKit
## See https://pypi.org/classifiers/ for development status classifiers.
development_status: "Development Status :: 3 - Alpha"

## str: a link to the MDAKit's changelog
#changelog: https://github.com/talagayev/MDonatello/blob/main/CHANGELOG.md

0 comments on commit 6c722a2

Please sign in to comment.