blob: 7b632bca1b432a0b8ba0038415688f2cfc3ed82b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
Remove "testdata" directory from installation. It is only required for the
testsuite.
--- setup.py.orig 2025-03-21 04:48:22 UTC
+++ setup.py
@@ -50,6 +50,4 @@ setup(
],
packages=['textfsm'],
entry_points={'console_scripts': ['textfsm=textfsm.parser:main']},
- include_package_data=True,
- package_data={'textfsm': ['../testdata/*']},
)
|