Closed ljwolf closed 6 years ago
@ljwolf Based on the previous sub-module template I had been using, there was no MANIFEST.in file. Is there a sub-module you suggest for reference for a proper manifest file that includes tests?
Actually, I think it's sufficient to add an __init__.py
to your test directory. That'll make Python understand the tests
folder as a module.
Ok, seems even simpler, will do.
Wait, actually, I already had an __init__.py
. Good to go then?
hmm, if the tests are in your tar.gz
when you run python setup.py sdist
, then yes.
This should now be remedied since the module was refactored.
please include the tests in the
MANIFEST.in
, since we're consuming them downstream forpysal/pysal
now.