From 49b2086314ca2831e4481ce01a86f257823b7973 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Sat, 15 Nov 2025 16:14:12 -0500 Subject: [PATCH 1/2] chore: add path to example file to successfully build conda-forge --- MANIFEST.in | 1 + news/MANIFEST.rst | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 news/MANIFEST.rst diff --git a/MANIFEST.in b/MANIFEST.in index f1a78ee..9424e3d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,6 +3,7 @@ graft tests graft requirements include AUTHORS.rst LICENSE*.rst README.rst +include docs/examples/data/KFe2As2-00838.tif # Exclude all bytecode files and __pycache__ directories global-exclude *.py[cod] # Exclude all .pyc, .pyo, and .pyd files. diff --git a/news/MANIFEST.rst b/news/MANIFEST.rst new file mode 100644 index 0000000..1bf7fe6 --- /dev/null +++ b/news/MANIFEST.rst @@ -0,0 +1,23 @@ +**Added:** + +* No news added: Change MANIFEST.in to build conda-forge + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* + +**Security:** + +* From 0ef6e23f21adb9f305e16eb381c388fbb4214931 Mon Sep 17 00:00:00 2001 From: stevenhua0320 Date: Sat, 15 Nov 2025 16:47:55 -0500 Subject: [PATCH 2/2] chore: add all filew in dox/examples --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 9424e3d..0356ab2 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,9 @@ graft src graft tests graft requirements +graft docs/examples include AUTHORS.rst LICENSE*.rst README.rst -include docs/examples/data/KFe2As2-00838.tif # Exclude all bytecode files and __pycache__ directories global-exclude *.py[cod] # Exclude all .pyc, .pyo, and .pyd files.