Jared Lumpe
Results
52
comments of
Jared Lumpe
I don't think this is just a question of `MANIFEST.in`, as these are modules and not just data files. Pretty sure the issue is [setup.py L43](https://github.com/pepkit/peppy/blob/6913e77f046b60d74681284ce4c22a133cca4f5f/setup.py#L43https://github.com/pepkit/peppy/blob/6913e77f046b60d74681284ce4c22a133cca4f5f/setup.py#L43), `setuptools.find_packages()` will include `tests/`...
@nsheff or `packages=['peppy', 'peppy.*']` if you have any subpackages (not sure why setuptools doesn't provide an easy way to combine those).