pollen-robotics / dtw

DTW (Dynamic Time Warping) python module
GNU General Public License v3.0
1.16k stars 233 forks source link

exclude tests directory from installation #56

Closed mschubert closed 1 year ago

mschubert commented 1 year ago

Currently, the package tries to install the tests directory. This should be excluded from the installed files.

Related: https://github.com/hetznercloud/hcloud-python/pull/41, https://github.com/leshchenko1979/reretry/issues/8

More info: https://projects.gentoo.org/python/guide/qawarn.html#example-for-test-packages-installed-by-setuptools

pierre-rouanet commented 1 year ago

Thanks!