We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3c6f65 commit 7073a7dCopy full SHA for 7073a7d
pyproject.toml
@@ -75,7 +75,7 @@ Changelog = "https://github.com/dh-tech/undate-python/blob/main/CHANGELOG.md"
75
path = "src/undate/__init__.py"
76
77
[tool.hatch.build.targets.sdist]
78
-include = ["src/undate/**/*.py", "src/undate/**/*.lark", "/tests"]
+include = ["src/undate/**/*.py", "src/undate/**/*.lark", "tests/**"]
79
80
[tool.pytest.ini_options]
81
pythonpath = "src/"
0 commit comments