Skip to content

Commit 2c9d1a6

Browse files
committed
changes for package instead of module
1 parent 4aab488 commit 2c9d1a6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_gh.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ jobs:
1717
with:
1818
github-token: ${{ secrets.GITHUB_TOKEN }}
1919
upload-url: ${{ github.event.release.upload_url }}
20+
package-prefix: adafruit_httpserver

pyproject.toml

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

4343
[tool.setuptools]
44-
py-modules = ["adafruit_httpserver"]
44+
packages = ["adafruit_httpserver"]
4545

4646
[tool.setuptools.dynamic]
4747
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)