python-imagesize/0004-Make-sure-.pyc-files-are-not-included-in-the-tarball.patch
zhang-liang-pengkun f54f41c001 Make sure *.pyc files are not included in the tarball
Signed-off-by: zhang-liang-pengkun <zhangliangpengkun@xfusion.com>
2023-12-28 15:07:00 +08:00

22 lines
514 B
Diff

From a47f231502a5522578e8399f068c05a99399f4b1 Mon Sep 17 00:00:00 2001
From: Dmitry Shachnev <mitya57@gmail.com>
Date: Tue, 4 Sep 2018 13:10:53 +0300
Subject: [PATCH] Make sure *.pyc files are not included in the tarball
---
MANIFEST.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index afe1754..3b6b34c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
include LICENSE.rst
-graft test
+include test/*.py
+include test/images/*
--
2.39.0.windows.2