mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-10 05:11:38 +01:00
12 lines
342 B
Diff
12 lines
342 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -72,7 +72,7 @@
|
|
long_description=LONG_DESCRIPTION,
|
|
zip_safe=False, # the package can run out of an .egg file
|
|
classifiers=CLASSIFIERS,
|
|
- packages=find_packages(),
|
|
+ packages=find_packages(exclude=['*tests*']),
|
|
install_requires=INSTALL_REQUIRES,
|
|
extras_require=EXTRAS_REQUIRE,
|
|
)
|