ports/www/py-instabot/files/patch-setup.py
Po-Chuan Hsieh 42f449ea71
www/py-instabot: Do not install tests module
- Bump PORTREVISION for package change

PR:		262759
Reported by:	se
2022-03-25 21:37:20 +08:00

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*']),
)