Skip to content

Commit be0ed77

Browse files
authored
Merge pull request #29 from adafruit/fix-module-name
Correct pyproject metadata
2 parents 1a400cd + c68a56d commit be0ed77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ classifiers = [
3838
dynamic = ["dependencies", "optional-dependencies"]
3939

4040
[tool.setuptools]
41-
py-modules = ["adafruit_colorsys"]
41+
py-modules = ["colorsys"]
4242

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

0 commit comments

Comments
 (0)