File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,18 @@ authors = [
88 { name = " Elias Freider" , email = " elias@modal.com" }
99]
1010license = " MIT"
11+ license-files = [" LICENSE" ]
1112requires-python = " >=3.9"
1213dependencies = [
1314 " markdown-it-py>=2.2.0,<4.0" ,
1415 " pytest>=7.0.0" ,
1516]
16- include = [" LICENSE" ]
17+
18+ [project .urls ]
19+ Homepage = " https://github.com/modal-labs/pytest-markdown-docs"
20+ Repository = " https://github.com/modal-labs/pytest-markdown-docs"
21+ "Issue Tracker" = " https://github.com/modal-labs/pytest-markdown-docs/issues"
22+
1723
1824[project .entry-points .pytest11 ]
1925pytest_markdown_docs = " pytest_markdown_docs.plugin"
@@ -22,12 +28,11 @@ pytest_markdown_docs = "pytest_markdown_docs.plugin"
2228requires = [" hatchling" ]
2329build-backend = " hatchling.build"
2430
25- [tool .uv ]
26- package =true
27- dev-dependencies = [
31+ [dependency-groups ]
32+ dev = [
2833 " mypy>=1.12.1" ,
2934 " pre-commit>=3.5.0" ,
3035 " pytest~=8.1.0" ,
3136 " ruff~=0.9.10" ,
32- " mdit-py-plugins~=0.4.2"
33- ]
37+ " mdit-py-plugins~=0.4.2" ,
38+ ]
You can’t perform that action at this time.
0 commit comments