Skip to content

Commit

Permalink
Fix auto discovery edge case of packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 18, 2024
1 parent 94eff25 commit 5379f88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ Documentation = "https://pyngrok.readthedocs.io"
Sponsor = "https://github.com/sponsors/alexdlaird"
"Source Code" = "https://github.com/alexdlaird/pyngrok"

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

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

Expand Down

0 comments on commit 5379f88

Please sign in to comment.