summaryrefslogtreecommitdiff
path: root/textproc/py-textfsm/files/patch-setup.py
blob: e7a7c499d537025735d7e1a9b3b2e4adaf8f0c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Remove "testdata" directory from installation. It is only required for the
testsuite.

--- setup.py.orig	2019-11-26 11:17:07 UTC
+++ setup.py
@@ -52,7 +52,6 @@ setup(name='textfsm',
         ]
       },      
       include_package_data=True,
-      package_data={'textfsm': ['../testdata/*']},
       install_requires=['six', 'future'],
       setup_requires=['pytest-runner'],
       tests_require=['pytest'])