summaryrefslogtreecommitdiff
path: root/graphics/py-pygraph/files/patch-setup.py
blob: 72ba6ee29abe44f341888109a961ef1a215c1e6d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- 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',