rhasspy / larynx

End to end text to speech system using gruut and onnx
MIT License
822 stars 49 forks source link

Exclude tests in setuptools.find_packages #49

Open 31KM opened 2 years ago

31KM commented 2 years ago

I'm currently packaging larynx + deps for Arch Linux and I encountered an issue with larynx: setuptools includes the tests in the package, which does not play well with Arch Linux packaging - see https://github.com/rhasspy/phonemes2ids/issues/1 for details.

So I propose to also exclude the tests for larynx.