From 4c296dc089a6bcb5312356bb6855daee48fc1d65 Mon Sep 17 00:00:00 2001 From: sama Date: Wed, 2 Jul 2025 20:50:06 -0600 Subject: [PATCH 1/2] fixed the pip install issue --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 00000000..bb3ec5f0 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include README.md From afc9a877e4c19c448cb470f7fdf389ddc94cd2f8 Mon Sep 17 00:00:00 2001 From: sama Date: Wed, 2 Jul 2025 21:36:48 -0600 Subject: [PATCH 2/2] fixed MANIFEST content --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index bb3ec5f0..3fe40acc 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,3 @@ include README.md +include CMakeLists.txt +recursive-include cpp_easygraph * \ No newline at end of file