1
0
Fork 0
forked from fz0x1/go-org-py
This commit is contained in:
fz0x1 2025-06-23 17:34:18 +02:00
parent 48bddd4a93
commit b411b6400a
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
2 changed files with 4 additions and 3 deletions

4
MANIFEST.in Normal file
View file

@ -0,0 +1,4 @@
include convert.go
include go.mod
include go.sum

View file

@ -18,6 +18,3 @@ classifiers = [
[tool.setuptools]
packages = ["go_org_py"]
[tool.setuptools.package-data]
"" = ["convert.go", "go.mod", "go.sum", "*.so"]