Skip to content

Commit 3f0d7f5

Browse files
committed
Add compiled libraries to py package
1 parent 0fcb48d commit 3f0d7f5

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,13 @@ dependencies = [
1616
]
1717

1818
[project.urls]
19-
Homepage = "https://github.com/EarthyScience/RQADeforestation.py"
19+
Homepage = "https://github.com/EarthyScience/RQADeforestation.py"
20+
21+
[tool.setuptools]
22+
include-package-data = true
23+
24+
[tool.setuptools.packages.find]
25+
where = ["."]
26+
27+
[tool.setuptools.package-data]
28+
mypkg = ["*.so", "*.o"]

0 commit comments

Comments
 (0)