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

Compare commits

..

No commits in common. "db86b473b9313ba6705db990e884a4b32312acb3" and "83313baea0ea4870d4f7dec2e406302fa361f79b" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

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

View file

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