Skip to content

Commit

Permalink
change package name and add ARM support on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Apr 24, 2024
1 parent f0dee02 commit 5cb2b04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 5cb2b04

Please sign in to comment.