forked from fz0x1/go-org-py
Compare commits
2 commits
27394d633e
...
83313baea0
Author | SHA1 | Date | |
---|---|---|---|
83313baea0 | |||
3344225ec4 |
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
include convert.go
|
include convert.go
|
||||||
include go.mod
|
include go.mod
|
||||||
include go.sum
|
include go.sum
|
||||||
|
include *.so
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -30,7 +30,7 @@ class GopyHook(build_py):
|
||||||
|
|
||||||
shutil.copy2(BUILD_DIR / "convert.py", PKG_DIR)
|
shutil.copy2(BUILD_DIR / "convert.py", PKG_DIR)
|
||||||
shutil.copy2(BUILD_DIR / "go.py", PKG_DIR)
|
shutil.copy2(BUILD_DIR / "go.py", PKG_DIR)
|
||||||
for lib in BUILD_DIR.glob("*/go_*.so"):
|
for lib in BUILD_DIR.glob("*.so"):
|
||||||
shutil.copy2(lib, PKG_DIR / lib.name)
|
shutil.copy2(lib, PKG_DIR / lib.name)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue