Skip to content

Commit 9a324d0

Browse files
Update pyproject.toml
1 parent a44cb1a commit 9a324d0

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
@@ -11,7 +11,7 @@ requires = [
1111
]
1212

1313
[project]
14-
name = "cedargrove_rgb_spectrumtools"
14+
name = "cedargrove-circuitpython-rgb-spectrumtools"
1515
description = "A collection of methods and classes for converting a normalized index to RGB color values."
1616
version = "0.0.0+auto.0"
1717
readme = "README.rst"
@@ -40,7 +40,7 @@ dynamic = ["dependencies", "optional-dependencies"]
4040
[tool.setuptools]
4141
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
4242
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
43-
py-modules = ["cedargrove_rgb_spectrumtools"]
43+
packages = ["cedargrove_rgb_spectrumtools"]
4444

4545
[tool.setuptools.dynamic]
4646
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)