Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
| 435d5f14b0 |
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ dynamic = ["dependencies", "optional-dependencies"]
|
|||
[tool.setuptools]
|
||||
# TODO: IF LIBRARY FILES ARE A PACKAGE FOLDER,
|
||||
# CHANGE `py_modules = ['...']` TO `packages = ['...']`
|
||||
py-modules = ["cedargrove_rgb_spectrumtools"]
|
||||
packages = ["cedargrove_rgb_spectrumtools"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue