Closed beenje closed 3 years ago
When installing the current package, the tests directory is installed as a separate Python module. It should be excluded in setup.py:
tests
setup.py
packages=find_packages(exclude=["tests"]),
I guess that this may be relevant for the creation of a conda-forge package by @beenje so released v 0.4.10 in pypi with the changes from #85
When installing the current package, the
tests
directory is installed as a separate Python module. It should be excluded insetup.py
: