1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
From: Bastian Germann <bage@debian.org>
Date: Sat, 10 Oct 2020 18:13:11 +0200
Subject: Remove docs with unclear license
Forwarded: not-needed
---
diff --git a/setup.py b/setup.py
index dd5993e..6ea9481 100644
--- a/setup.py
+++ b/setup.py
@@ -18,10 +18,4 @@ setup(
packages=['xmodem'],
package_data={'': ['doc/*.TXT', 'doc/*.txt', 'README.rst']},
include_package_data=True,
- data_files=[
- ('doc', ('doc/XMODEM.TXT',
- 'doc/XMODEM1K.TXT',
- 'doc/XMODMCRC.TXT',
- 'doc/ymodem.txt')),
- ],
)
|