Skip to content

Commit 7c55ba5

Browse files
authored
Merge pull request #19 from tekktrik/dev/fix-packaging
Update library as pacakge in pyproject.toml
2 parents d8e5942 + 83c89a2 commit 7c55ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ classifiers = [
4646
dynamic = ["dependencies", "optional-dependencies"]
4747

4848
[tool.setuptools]
49-
py-modules = ["adafruit_wsgi"]
49+
packages = ["adafruit_wsgi"]
5050

5151
[tool.setuptools.dynamic]
5252
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)