Skip to content

Commit f159018

Browse files
Update pyproject.toml
1 parent 866f7e9 commit f159018

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010
]
1111

1212
[project]
13-
name = "circuitpython-ColorWheelPicker"
13+
name = "circuitpython-ColorPicker"
1414
description = "Colopicker en CircuitPython for TFT displays"
1515
version = "0.0.0+auto.0"
1616
readme = "README.rst"
@@ -42,7 +42,7 @@ classifiers = [
4242
dynamic = ["dependencies", "optional-dependencies"]
4343

4444
[tool.setuptools]
45-
py-modules = ["CircuitPython_ColorWheel_Picker"]
45+
py-modules = ["CircuitPython_Color_Picker"]
4646

4747
[tool.setuptools.dynamic]
4848
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)