Skip to content

Commit

Permalink
try re-adding tests to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 2, 2024
1 parent d67ed55 commit 65f71e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ urls.Homepage = "https://github.com/Archmonger/ServeStatic"
path = "src/servestatic/__init__.py"

[tool.hatch.build.targets.sdist]
include = [ "/src" ]
include = [ "/src", "tests" ]

[tool.hatch.build.targets.wheel]
include = [ "/src" ]
include = [ "/src", "tests" ]

[tool.hatch.metadata]
license-files = { paths = [ "LICENSE.md" ] }
Expand Down

0 comments on commit 65f71e6

Please sign in to comment.