Skip to content

Commit

Permalink
Add package name so module builds correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 24, 2024
1 parent c1c1498 commit 86496d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Sponsor = "https://github.com/sponsors/alexdlaird"
"Source Code" = "https://github.com/alexdlaird/pyngrok"

[tool.setuptools]
package-dir = {"" = "pyngrok"}
package-dir = { pyngrok = "pyngrok" }

[tool.setuptools.dynamic]
version = { attr = "pyngrok.__version__" }
Expand Down

0 comments on commit 86496d3

Please sign in to comment.