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 a44cb1a commit 9a324d0Copy full SHA for 9a324d0
pyproject.toml
@@ -11,7 +11,7 @@ requires = [
11
]
12
13
[project]
14
-name = "cedargrove_rgb_spectrumtools"
+name = "cedargrove-circuitpython-rgb-spectrumtools"
15
description = "A collection of methods and classes for converting a normalized index to RGB color values."
16
version = "0.0.0+auto.0"
17
readme = "README.rst"
@@ -40,7 +40,7 @@ dynamic = ["dependencies", "optional-dependencies"]
40
[tool.setuptools]
41
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
42
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
43
-py-modules = ["cedargrove_rgb_spectrumtools"]
+packages = ["cedargrove_rgb_spectrumtools"]
44
45
[tool.setuptools.dynamic]
46
dependencies = {file = ["requirements.txt"]}
0 commit comments