-
Notifications
You must be signed in to change notification settings - Fork 26
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
Added demokit metadata #76
Conversation
@MDAnalysis/mdakits-reviewers this is ready for review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you need this to actually show up in the registry?
@@ -0,0 +1,82 @@ | |||
# TEMPLATE MDAKit file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
replace with something else so that it doesn't look like a template
# Please replace ALL entries with appropriate content for YOUR MDAKit. | ||
# Below we use the placeholder GH_HOST_ACCOUNT for the GitHub account where | ||
# the source code repository is held, typically your username or the | ||
# organization that you're part off. | ||
# MYPROJECT is the name of your project (the repository name and here | ||
# we assume that this is also the PyPi/conda package name) whereas | ||
# MYPACKAGE is how you import it in python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd remove this, too.
## str: the organisation name the MDAKit falls under | ||
## str: the development status of the MDAKit | ||
## See https://pypi.org/classifiers/ for development status classifiers. | ||
development_status: Productions/Stable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bold statement :-)
@orbeckst We don't want to merge it, it's for the video |
Adding demokit to the registry.
It is a Python package that implements the RMSF analysis class found in MDAnalysis core.