Skip to content

Commit e6235e7

Browse files
committed
fix ci
1 parent e58d188 commit e6235e7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
coverage-run:
2-
coverage run -m pytest test
2+
coverage run -m pytest tests
33

44
coverage-xml:
55
coverage xml

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
2-
name = "bloqade"
2+
name = "bloqade-analog"
33
version = "0.15.14"
4-
description = "Neutral atom software development kit"
4+
description = "Analog neutral atom software development kit"
55
authors = [
66
{ name = "Roger-luo", email = "rluo@quera.com" },
77
{ name = "kaihsin", email="khwu@quera.com" },
@@ -36,7 +36,7 @@ dependencies = [
3636
]
3737
requires-python = ">=3.9,<3.13"
3838
readme = "README.md"
39-
license = {text = "MIT"}
39+
license = {text = "Apache License 2.0"}
4040

4141
[build-system]
4242
requires = ["hatchling"]

0 commit comments

Comments
 (0)