fix: revert workflows to reach any platform and any arch

This commit is contained in:
Alpha Nerd 2026-04-13 17:48:10 +02:00
parent 57998fd84c
commit 5040d181d2
Signed by: alpha-nerd
SSH key fingerprint: SHA256:QkkAgVoYi9TQ0UKPkiKSfnerZy2h4qhi3SVPXJmBN+M
3 changed files with 14 additions and 56 deletions

View file

@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=68", "wheel", "Cython>=3.0"]
build-backend = "setuptools.build_meta"
requires = ["hatchling>=1.0.0", "wheel"]
build-backend = "hatchling.build"
[project]
name = "nomyo"
@ -46,5 +46,8 @@ Documentation = "https://bitfreedom.net/code/nomyo-ai/nomyo/wiki/NOMYO-Secure-Cl
Repository = "https://bitfreedom.net/code/nomyo-ai/nomyo"
Issues = "https://bitfreedom.net/code/nomyo-ai/nomyo/issues"
[tool.setuptools.packages.find]
include = ["nomyo*"]
[tool.hatch.build.targets.wheel]
packages = ["nomyo"]
[tool.hatch.build.targets.sdist]
exclude = ["test/", "build.sh", "dist/"]