opnsense-ports/graphics/py-pygraph/files/patch-setup.py
Franco Fichtner be89a81ed8 */*: sync with upstream
Taken from: FreeBSD
2022-04-04 16:09:52 +02:00

10 lines
212 B
Python

--- setup.py.orig 2017-10-31 16:41:33 UTC
+++ setup.py
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup
-EXCLUDE_FROM_PACKAGES = []
+EXCLUDE_FROM_PACKAGES = ['tests']
setup(
name='PyGraph',