go-org-py
This commit is contained in:
commit
48bddd4a93
9 changed files with 394 additions and 0 deletions
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=69", "wheel", "pybindgen"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "go-org-py"
|
||||
version = "0.1.0"
|
||||
description = "go-org bindings via gopy"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.11"
|
||||
authors = [
|
||||
{ name = "fz0x1", email = "fz0x1@posteo.net" },
|
||||
]
|
||||
classifiers = [
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Go",
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["go_org_py"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"" = ["convert.go", "go.mod", "go.sum", "*.so"]
|
Loading…
Add table
Add a link
Reference in a new issue