Skip to content

Commit 1827a39

Browse files
authored
Fix package import name
1 parent 9795d1a commit 1827a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
dynamic = ["dependencies", "optional-dependencies"]
3838

3939
[tool.setuptools]
40-
packages = ["adafruit_typing"]
40+
packages = ["circuitpython_typing"]
4141

4242
[tool.setuptools.dynamic]
4343
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)