taurus-org / taurus_pyqtgraph

Moved to https://gitlab.com/taurus-org/taurus_pyqtgraph
3 stars 14 forks source link

`tests` should be excluded from the package #84

Closed beenje closed 3 years ago

beenje commented 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:

packages=find_packages(exclude=["tests"]),
cpascual commented 3 years ago

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