2026-03-03 20:33:03 +01:00
|
|
|
[build-system]
|
|
|
|
|
requires = ["setuptools>=80", "cffi>=2.0.0"]
|
|
|
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
|
name = "pygomx-module"
|
|
|
|
|
version = "0.0.1"
|
2026-03-05 16:13:25 +01:00
|
|
|
requires-python = ">=3.10"
|
2026-03-03 20:33:03 +01:00
|
|
|
description = "python pindings for a golang matrix library"
|
|
|
|
|
license = "AGPL-3.0-only"
|
|
|
|
|
readme = "README.txt"
|
|
|
|
|
|
|
|
|
|
dependencies = ["cffi>=2.0.0"]
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
|
homepage = "https://codeberg.org/saces/pygomx"
|
|
|
|
|
heimseite = "https://code.c-base.org/saces/pygomx"
|