Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b5f996

Browse files
committedApr 23, 2021
Include C files. Not including them broke the source distribution.
Also, remove "clean_header.py", which is no longer used.
1 parent 09eb560 commit 7b5f996

File tree

3 files changed

+2
-98
lines changed

3 files changed

+2
-98
lines changed
 

‎MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ include README.md
33
include LICENSE
44
include suitesparse_graphblas/*.pxd
55
include suitesparse_graphblas/*.pyx
6+
include suitesparse_graphblas/*.c
67
include suitesparse_graphblas/*.h
78
include versioneer.py
89
include suitesparse_graphblas/_version.py

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
with open("README.md") as f:
4343
long_description = f.read()
4444

45-
package_data = {"suitesparse_graphblas": ["*.pyx", "*.pxd", "*.h"]}
45+
package_data = {"suitesparse_graphblas": ["*.pyx", "*.pxd", "*.c", "*.h"]}
4646
if sys.platform == "win32":
4747
package_data["suitesparse_graphblas"].append("*.dll")
4848

‎suitesparse_graphblas/clean_header.py

Lines changed: 0 additions & 97 deletions
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.