If python had a package management, I would hate it.

This commit is contained in:
saces 2026-03-03 20:33:03 +01:00
parent 8a5bebb254
commit 2eec7b4f5e
8 changed files with 67 additions and 92 deletions

View file

@ -0,0 +1,17 @@
[build-system]
requires = ["setuptools>=80", "cffi>=2.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pygomx-module"
version = "0.0.1"
requires-python = ">=3.9"
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"