[packaging/pip] Add test_suite
Hope it works like this...
This commit is contained in:
parent
b803f385a1
commit
f78981b226
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -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")),
|
||||
|
|
Loading…
Reference in a new issue