Skip to content

Commit

Permalink
Explicitly name the modules built in pyproject.toml (#2894)
Browse files Browse the repository at this point in the history
Fixes building PyGithub with extra directories in source root.
  • Loading branch information
treee111 committed Feb 5, 2024
1 parent 7e7653f commit 4d46173
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 @@ -46,6 +46,9 @@ integrations = []

[tool.setuptools_scm]

[tool.setuptools]
packages = ["github"]

[tool.setuptools.package-data]
github = ["py.typed", '*.pyi']

Expand Down

0 comments on commit 4d46173

Please sign in to comment.