[packaging/pip] Add test_suite

Hope it works like this...
This commit is contained in:
tobi-wan-kenobi 2020-05-10 13:01:40 +02:00
parent b803f385a1
commit f78981b226

View file

@ -53,6 +53,7 @@ setup(
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
zip_safe=False,
test_suite="tests",
data_files=[
("share/bumblebee-status/themes", glob.glob("themes/*.json")),
("share/bumblebee-status/themes/icons", glob.glob("themes/icons/*.json")),