microsoft / aiida-dynamic-workflows

An AiiDA plugin for dynamically defining workflows using Python functions
MIT License
17 stars 4 forks source link

Register on aiida plugin registry #2

Closed ltalirz closed 2 years ago

ltalirz commented 2 years ago

Traditionally, this has been done via the setup.json but perhaps it makes sense to wait until @chrisjsewell has added support for the setup.cfg

Instructions on https://github.com/aiidateam/aiida-registry

ltalirz commented 2 years ago

Thanks to @chrisjsewell the feature to parse the setup.cfg has landed in the aiida registry.

@jbweston Would you be open to move the metadata from the setup.py into the setup.cfg? You will need to drop the templating of the plugin name, but on the bright side you can rid of the code for dealing with package version synchronization.

See example

jbweston commented 2 years ago

@ltalirz back to you 🎾 : #5 and https://github.com/aiidateam/aiida-registry/pull/195

jbweston commented 2 years ago

5 is merged, just waiting on aiidateam/aiida-registry#195 now

ltalirz commented 2 years ago

Cheers, done!