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 a7bf114 commit 22fef16Copy full SHA for 22fef16
pyproject.toml
@@ -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_touchcalibrator"]
+packages = ["cedargrove_touchcalibrator"]
44
45
[tool.setuptools.dynamic]
46
dependencies = {file = ["requirements.txt"]}
0 commit comments