Skip to content

Commit d1cbb1f

Browse files
committed
Fix pip
1 parent e8cc116 commit d1cbb1f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ lpc = ["portio"]
2424
[project.urls]
2525
Documentation = "https://steve-tech.github.io/CrOS_EC_Python/"
2626
Repository = "https://github.com/Steve-Tech/CrOS_EC_Python"
27-
Issues = "https://github.com/Steve-Tech/CrOS_EC_Python/issues"
27+
Issues = "https://github.com/Steve-Tech/CrOS_EC_Python/issues"
28+
29+
[tool.setuptools]
30+
packages = ["cros_ec_python"]

0 commit comments

Comments
 (0)