File: Remove-docs-with-unclear-license.patch

package info (click to toggle)
xmodem 0.4.7%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: python: 1,074; makefile: 9
file content (20 lines) | stat: -rw-r--r-- 568 bytes parent folder | download | duplicates (3)
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')),
-    ],
 )