parent
87658fb189
commit
3eebd4b4b0
1
setup.py
1
setup.py
|
|
@ -87,6 +87,7 @@ For instructions on installing Solaar see https://pwr-solaar.github.io/Solaar/in
|
||||||
'report-descriptor': ['hid-parser'],
|
'report-descriptor': ['hid-parser'],
|
||||||
'desktop-notifications': ['Notify (>= 0.7)'],
|
'desktop-notifications': ['Notify (>= 0.7)'],
|
||||||
'git-commit': ['python-git-info'],
|
'git-commit': ['python-git-info'],
|
||||||
|
'test': ['pytest'],
|
||||||
},
|
},
|
||||||
package_dir={'': 'lib'},
|
package_dir={'': 'lib'},
|
||||||
packages=['keysyms', 'hidapi', 'logitech_receiver', 'solaar', 'solaar.ui', 'solaar.cli'],
|
packages=['keysyms', 'hidapi', 'logitech_receiver', 'solaar', 'solaar.ui', 'solaar.cli'],
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,2 @@
|
||||||
|
def test_example():
|
||||||
|
assert True
|
||||||
Loading…
Reference in New Issue