forked from fz0x1/go-org-py
Compare commits
No commits in common. "db86b473b9313ba6705db990e884a4b32312acb3" and "83313baea0ea4870d4f7dec2e406302fa361f79b" have entirely different histories.
db86b473b9
...
83313baea0
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,5 @@
|
||||||
include convert.go
|
include convert.go
|
||||||
include go.mod
|
include go.mod
|
||||||
include go.sum
|
include go.sum
|
||||||
recursive-include go_org_py *.so
|
include *.so
|
||||||
|
|
||||||
|
|
|
@ -18,6 +18,3 @@ classifiers = [
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
packages = ["go_org_py"]
|
packages = ["go_org_py"]
|
||||||
|
|
||||||
[tool.setuptools.package-data]
|
|
||||||
"go_org_py" = ["*.so"]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue