Skip to content

Commit dde7a12

Browse files
committed
fix: only published python code
1 parent 6eed7c6 commit dde7a12

1 file changed

Lines changed: 12 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ dependencies = [
2424
"typer>=0.12.5",
2525
]
2626

27+
[dependency-groups]
28+
dev = [
29+
"mypy>=1.13.0",
30+
"pre-commit>=4.0.1",
31+
"pytest>=8.3.3",
32+
"requests-mock>=1.12.1",
33+
"types-requests>=2.32.0.20241016",
34+
]
35+
2736
[project.urls]
2837
Changelog = "https://github.com/tomsquest/mediathequeroubaix.py/blob/master/CHANGELOG.md"
2938
Releases = "https://github.com/tomsquest/mediathequeroubaix.py/releases"
@@ -36,13 +45,9 @@ mediathequeroubaix = "mediathequeroubaix.main:app"
3645
requires = ["hatchling"]
3746
build-backend = "hatchling.build"
3847

39-
[dependency-groups]
40-
dev = [
41-
"mypy>=1.13.0",
42-
"pre-commit>=4.0.1",
43-
"pytest>=8.3.3",
44-
"requests-mock>=1.12.1",
45-
"types-requests>=2.32.0.20241016",
48+
[tool.hatch.build.targets.sdist]
49+
include = [
50+
"/src",
4651
]
4752

4853
[tool.mypy]

0 commit comments

Comments
 (0)