go-org-py

This commit is contained in:
fz0x1 2025-06-23 17:25:28 +02:00
commit 48bddd4a93
Signed by: fz0x1
GPG key ID: 6F81647BE1B459F4
9 changed files with 394 additions and 0 deletions

23
pyproject.toml Normal file
View 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"]