Reactive MD pipeline for GROMACS using Kinetic Monte Carlo / Molecular Dynamics (KIMMDY)
GNU General Public License v3.0
8
stars
1
forks
source link
add [plugins] extra to install not just kimmdy but also the bundled reaction plugins via setup.cfg #150
Closed
jmbuhr closed 1 year ago
Ideally we would want people be able to install not just kimmdy but also the bundled reaction plugins, e.g. with
or
There is a field in
setup.cfg
(https://setuptools.pypa.io/en/latest/userguide/declarative_config.html#configuring-setup-using-setup-cfg-files) named[options.extras_require]
that allows for the syntax shown above to install additional requirements, but I havn't figured out how to make those additional optional requirements be packages in the very same repo.Does anyone know how this works?