mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
11 lines
299 B
Diff
11 lines
299 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -115,7 +115,7 @@
|
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
|
],
|
|
|
|
- packages=find_packages(),
|
|
+ packages=find_packages(exclude=("*tests.*", "*tests")),
|
|
|
|
install_requires=['pyusb>=1.0a2'],
|
|
|