ports/graphics/py-pygraph/files/patch-setup.py
Emanuel Haupt a9d8c1dfdc graphics/py-pygraph: Do not install test module
PR:		262759
Reported by:	se
2022-03-30 23:52:56 +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',