astheeggeggs / lshmm

code to run Li and Stephens
MIT License
3 stars 3 forks source link

Looks like the ``tests`` directory gets installed #22

Closed jeromekelleher closed 12 months ago

jeromekelleher commented 12 months ago

which is messy, as you're tests package is then in the global namespace.

I think this is because we have this in setup.cfg

package_dir =
    =.
packages = find:

We can just specify the packages manually, it's much simpler.