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

Compare commits

..

No commits in common. "27394d633e404aa28dc2798631f1954badec58f4" and "48bddd4a937ef67e937eac1e711779e582e6b47e" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View file

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

View file

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