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 4aab488 commit 2c9d1a6Copy full SHA for 2c9d1a6
.github/workflows/release_gh.yml
@@ -17,3 +17,4 @@ jobs:
17
with:
18
github-token: ${{ secrets.GITHUB_TOKEN }}
19
upload-url: ${{ github.event.release.upload_url }}
20
+ package-prefix: adafruit_httpserver
pyproject.toml
@@ -41,7 +41,7 @@ classifiers = [
41
dynamic = ["dependencies", "optional-dependencies"]
42
43
[tool.setuptools]
44
-py-modules = ["adafruit_httpserver"]
+packages = ["adafruit_httpserver"]
45
46
[tool.setuptools.dynamic]
47
dependencies = {file = ["requirements.txt"]}
0 commit comments