1
0
Fork 0
forked from fz0x1/go-org-py

Compare commits

...

2 commits

Author SHA1 Message Date
db86b473b9 Merge pull request 'fix' (#3) from fz0x1/go-org-py:master into master
Reviewed-on: #3
2025-06-23 17:59:30 +02:00
0bf72d579b
fix 2025-06-23 17:58:07 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,4 @@
include convert.go
include go.mod
include go.sum
include *.so
recursive-include go_org_py *.so

View file

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