We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 926f733 commit 26c4071Copy full SHA for 26c4071
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "bloqade"
+name = "bloqade-circuit"
3
version = "0.22.5"
4
description = "The software development toolkit for neutral atom arrays."
5
readme = "README.md"
@@ -82,7 +82,7 @@ profile = "black"
82
combine_as_imports = true
83
multi_line_output = 3
84
length_sort = true
85
-src_paths = ["src/kirin"]
+src_paths = ["src/bloqade"]
86
87
[tool.black]
88
line-length = 88
0 commit comments