fix: revert workflows to reach any platform and any arch
This commit is contained in:
parent
57998fd84c
commit
5040d181d2
3 changed files with 14 additions and 56 deletions
|
|
@ -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/"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue