We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a6f0b commit f1c449aCopy full SHA for f1c449a
2 files changed
pyproject.toml
@@ -39,7 +39,7 @@ classifiers = [
39
dynamic = ["dependencies", "optional-dependencies"]
40
41
[tool.setuptools]
42
-py-modules = ["adafruit_button"]
+packages = ["adafruit_button"]
43
44
[tool.setuptools.dynamic]
45
dependencies = {file = ["requirements.txt"]}
setup.py
0 commit comments