sergey-dryabzhinsky / python-zstd

Simple python bindings to Yann Collet ZSTD compression library
BSD 2-Clause "Simplified" License
165 stars 27 forks source link

Ensure tests directory is included in the source dist #32

Closed plastikos closed 6 years ago

plastikos commented 6 years ago

Without "tests" being listed in MANIFEST.in the tests directory is not included when the sdist target is built. This means that the "tests" target fails to build from source when building from PyPi distributed sources or builds from the sdist package.

sergey-dryabzhinsky commented 6 years ago

Thanks