changes for package instead of module
This commit is contained in:
parent
4aab488f11
commit
2c9d1a68eb
2 changed files with 2 additions and 1 deletions
1
.github/workflows/release_gh.yml
vendored
1
.github/workflows/release_gh.yml
vendored
|
|
@ -17,3 +17,4 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
upload-url: ${{ github.event.release.upload_url }}
|
||||
package-prefix: adafruit_httpserver
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@ classifiers = [
|
|||
dynamic = ["dependencies", "optional-dependencies"]
|
||||
|
||||
[tool.setuptools]
|
||||
py-modules = ["adafruit_httpserver"]
|
||||
packages = ["adafruit_httpserver"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
dependencies = {file = ["requirements.txt"]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue