File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 run : uv sync --dev
138138
139139 - name : Run tests
140- run : uv run mypy pytest_sqlalchemy.py tests
140+ run : uv run mypy src tests
141141
142142 formatting :
143143 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -40,13 +40,17 @@ docs = [
4040]
4141
4242[build-system ]
43- requires = [" setuptools>=61.0 " ]
44- build-backend = " setuptools.build_meta "
43+ requires = [" hatchling " ]
44+ build-backend = " hatchling.build "
4545
4646[tool .coverage .run ]
4747source = [" pytest_sqlalchemy" , " tests" ]
4848parallel = true
4949
50+ [tool .hatch .build .targets .sdist ]
51+ # paranoidly only include the package in the sdist: https://github.com/pypa/hatch/issues/304
52+ packages = [" src/pytest_sqlalchemy" ]
53+
5054[tool .mypy ]
5155disallow_untyped_defs = true
5256disallow_incomplete_defs = true
File renamed without changes.
You can’t perform that action at this time.
0 commit comments