If python had a package management, I would hate it.
This commit is contained in:
parent
8a5bebb254
commit
2eec7b4f5e
8 changed files with 67 additions and 92 deletions
17
pygomx-module/pyproject.toml
Normal file
17
pygomx-module/pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue