From 5cb2b04afde95b05e56ccc8e630fcfcb7170a517 Mon Sep 17 00:00:00 2001 From: Arash Badie-Modiri Date: Thu, 25 Apr 2024 02:47:36 +0300 Subject: [PATCH] change package name and add ARM support on linux --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0af148d..27d798d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [project] -name = "bliss_bind" +name = "bliss-bind" version = "0.0.1" description = "Minimal Python binding for Bliss: open-source tool for computing canonical labelings and automorphism groups of graphs." readme = "README.md" @@ -49,7 +49,7 @@ test-requires = ["pytest", "hypothesis"] skip = "pp*" [tool.cibuildwheel.linux] -archs = ["x86_64"] +archs = ["x86_64", "aarch64"] repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}" [tool.cibuildwheel.macos]