1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-18 18:31:04 +00:00

Fixed setup installing tests

This commit is contained in:
spl0k 2018-09-01 17:52:00 +02:00
parent 9c58b695ff
commit 66bc65a46c

View File

@ -37,7 +37,7 @@ setup(
author_email=project.AUTHOR_EMAIL,
url=project.URL,
license=project.LICENSE,
packages=find_packages(),
packages=find_packages(exclude=['tests*']),
install_requires = reqs,
extras_require = extras,
scripts=['bin/supysonic-cli', 'bin/supysonic-watcher'],