Becksteinlab / GromacsWrapper

GromacsWrapper wraps system calls to GROMACS tools into thin Python classes (GROMACS 4.6.5 - 2024 supported).
https://gromacswrapper.readthedocs.org
GNU General Public License v3.0
171 stars 54 forks source link

fix #263: No module named 'pkg_resources' #271

Closed jandom closed 1 year ago

jandom commented 1 year ago

Just adding setuptools as a dep – will happily refactor in another PR to use importlib?

codecov[bot] commented 1 year ago

Codecov Report

Merging #271 (08c0496) into main (50591ba) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #271   +/-   ##
=======================================
  Coverage   69.20%   69.20%           
=======================================
  Files          22       22           
  Lines        3949     3949           
  Branches      715      715           
=======================================
  Hits         2733     2733           
  Misses       1036     1036           
  Partials      180      180           

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!