Closed musicinmybrain closed 1 year ago
Whoops! Thanks for catching that.
Whoops! Thanks for catching that.
Happy to help! It’s a very common oversight: the setuptools
defaults are unhelpful, and it’s easy to miss stray files in the virtualenv as long as everything works.
Fixes:
That is,
spec2nii
is incorrectly installing itstests/
as a top-leveltests
package since https://github.com/wtclarke/spec2nii/commit/232189c4ce02b2f184bd2fdf4353582754763af6 switched tosetuptools.find_packages()
.