Skip to content

Commit 26c4071

Browse files
committed
fix package name
1 parent 926f733 commit 26c4071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "bloqade"
2+
name = "bloqade-circuit"
33
version = "0.22.5"
44
description = "The software development toolkit for neutral atom arrays."
55
readme = "README.md"
@@ -82,7 +82,7 @@ profile = "black"
8282
combine_as_imports = true
8383
multi_line_output = 3
8484
length_sort = true
85-
src_paths = ["src/kirin"]
85+
src_paths = ["src/bloqade"]
8686

8787
[tool.black]
8888
line-length = 88

0 commit comments

Comments
 (0)