changes for package instead of module

This commit is contained in:
foamyguy 2023-05-29 11:29:31 -05:00
parent 4aab488f11
commit 2c9d1a68eb
2 changed files with 2 additions and 1 deletions

View file

@ -17,3 +17,4 @@ jobs:
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
upload-url: ${{ github.event.release.upload_url }} upload-url: ${{ github.event.release.upload_url }}
package-prefix: adafruit_httpserver

View file

@ -41,7 +41,7 @@ classifiers = [
dynamic = ["dependencies", "optional-dependencies"] dynamic = ["dependencies", "optional-dependencies"]
[tool.setuptools] [tool.setuptools]
py-modules = ["adafruit_httpserver"] packages = ["adafruit_httpserver"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]} dependencies = {file = ["requirements.txt"]}