From f2be65166a107d4b7c0986de8d529c98b74d49a2 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Oct 2024 14:06:09 -0500 Subject: [PATCH 1/2] Fix manifest excludes not being updated for the src layout relocation --- MANIFEST.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index d0b57c1..67a6330 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -14,8 +14,6 @@ graft requirements graft tests global-exclude *.pyc global-exclude *.cache -exclude propcache/*.c -exclude propcache/*.html -exclude propcache/*.so -exclude propcache/*.pyd +exclude src/propcache/*.c +exclude src/propcache/*.html prune docs/_build From d155e7025d54cb170c4c8d0b48cc86854d583caa Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 6 Oct 2024 14:06:47 -0500 Subject: [PATCH 2/2] changelog --- CHANGES/29.packaging.rst | 1 + 1 file changed, 1 insertion(+) create mode 120000 CHANGES/29.packaging.rst diff --git a/CHANGES/29.packaging.rst b/CHANGES/29.packaging.rst new file mode 120000 index 0000000..499b838 --- /dev/null +++ b/CHANGES/29.packaging.rst @@ -0,0 +1 @@ +22.packaging.rst \ No newline at end of file