mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
9 lines
271 B
Python
9 lines
271 B
Python
--- setup.py.orig 2020-03-28 11:06:35 UTC
|
|
+++ setup.py
|
|
@@ -55,5 +55,5 @@ setup(
|
|
"Programming Language :: Python :: 3.6",
|
|
"Programming Language :: Python :: 3.7",
|
|
],
|
|
- packages=find_packages(),
|
|
+ packages=find_packages(exclude=['tests*']),
|
|
)
|