File: 0001-Remove-nonexistent-file-from-manifest.patch

package info (click to toggle)
unrardll 0.1.7%2Bds-11
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 10,724 kB
  • sloc: python: 510; cpp: 422; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Date: Sat, 9 Oct 2021 00:10:37 +0900
Subject: Remove nonexistent file from manifest

ci.py uses build test in upstream CI system
---
 MANIFEST.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MANIFEST.in b/MANIFEST.in
index 750b9cb..1607e87 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,2 @@
 include LICENSE
-include ci.py
 recursive-include test *