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 866f7e9 commit f159018Copy full SHA for f159018
pyproject.toml
@@ -10,7 +10,7 @@ requires = [
10
]
11
12
[project]
13
-name = "circuitpython-ColorWheelPicker"
+name = "circuitpython-ColorPicker"
14
description = "Colopicker en CircuitPython for TFT displays"
15
version = "0.0.0+auto.0"
16
readme = "README.rst"
@@ -42,7 +42,7 @@ classifiers = [
42
dynamic = ["dependencies", "optional-dependencies"]
43
44
[tool.setuptools]
45
-py-modules = ["CircuitPython_ColorWheel_Picker"]
+py-modules = ["CircuitPython_Color_Picker"]
46
47
[tool.setuptools.dynamic]
48
dependencies = {file = ["requirements.txt"]}
0 commit comments