Skip to content

Commit 4a69612

Browse files
committed
Include all files in sdist archives
Remove the restriction on files inclduded in sdist archives in order to include documentation sources and tests there. This is the default hatchling behavior and it is helpful to packagers (such as Linux distributions or Conda) as it permits using sdist archives to do packaging (instead of GitHub archives that are not guaranteed to be reproducible). Most of the ordinary users will not be affected since starlette is a pure Python package and therefore pip will prefer wheels to install it everywhere.
1 parent 202c301 commit 4a69612

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,6 @@ dependencies = [
4343
Download = "https://pypi.org/project/django-debug-toolbar/"
4444
Homepage = "https://github.com/jazzband/django-debug-toolbar"
4545

46-
[tool.hatch.build.targets.sdist]
47-
include = [
48-
"/debug_toolbar",
49-
"/CONTRIBUTING.md",
50-
]
51-
5246
[tool.hatch.build.targets.wheel]
5347
packages = ["debug_toolbar"]
5448

0 commit comments

Comments
 (0)