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 e58d188 commit e6235e7Copy full SHA for e6235e7
justfile
@@ -1,5 +1,5 @@
1
coverage-run:
2
- coverage run -m pytest test
+ coverage run -m pytest tests
3
4
coverage-xml:
5
coverage xml
pyproject.toml
@@ -1,7 +1,7 @@
[project]
-name = "bloqade"
+name = "bloqade-analog"
version = "0.15.14"
-description = "Neutral atom software development kit"
+description = "Analog neutral atom software development kit"
authors = [
6
{ name = "Roger-luo", email = "rluo@quera.com" },
7
{ name = "kaihsin", email="khwu@quera.com" },
@@ -36,7 +36,7 @@ dependencies = [
36
]
37
requires-python = ">=3.9,<3.13"
38
readme = "README.md"
39
-license = {text = "MIT"}
+license = {text = "Apache License 2.0"}
40
41
[build-system]
42
requires = ["hatchling"]
0 commit comments