Skip to content

Commit

Permalink
Add tests and requirements.txt to sdist (#2438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelka committed Aug 20, 2024
1 parent 1cb0c32 commit 47304d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ Source = "https://github.com/encode/uvicorn"
path = "uvicorn/__init__.py"

[tool.hatch.build.targets.sdist]
include = ["/uvicorn"]
include = [
"/uvicorn",
"/tests",
"/requirements.txt",
]

[tool.ruff]
line-length = 120
Expand Down

0 comments on commit 47304d9

Please sign in to comment.