Skip to content

Commit

Permalink
Try different test path
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 2, 2024
1 parent 38207b6 commit d226d24
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", "tests" ]
include = [ "/src", "/tests" ]

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

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

0 comments on commit d226d24

Please sign in to comment.