chaimleib / intervaltree

A mutable, self-balancing interval tree. Queries may be by point, by range overlap, or by range containment.
Apache License 2.0
636 stars 108 forks source link

Include test files in PyPI tarball #103

Closed kmosiejczuk closed 3 years ago

kmosiejczuk commented 4 years ago

For OpenBSD ports, it is quite useful to have regression tests include in the source tarball so we can easily make sure updates don't hurt the functionality of ports (either the one in question, or ports that depend on it). This change includes the test files.

chaimleib commented 3 years ago

Thanks for the help!