matrix-profile-foundation / matrixprofile

A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone.
https://matrixprofile.org
Apache License 2.0
360 stars 62 forks source link

Setup installs the 'tests' package #96

Open erezinman opened 2 years ago

erezinman commented 2 years ago

Describe the bug During the installation, the use of the find_packages() function without any parameters causes the package tests to be installed. This is (possibly) an unintended behavior, and since almost every project repository contains a directory called "tests", this messes up with some IDEs and systems, and is generally prone to errors.

Since both the main package and the tests package are installed together during setup, I am forced to remove this package for now.

Please fix this promptly. Thanks!