Skip to content

Commit 35ac10a

Browse files
committed
Update project meta data
- add Links to Repo - Migrate to current PyPA Standard (dependency-groups, license-files)
1 parent ae74f84 commit 35ac10a

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ authors = [
88
{ name = "Elias Freider", email = "elias@modal.com" }
99
]
1010
license = "MIT"
11+
license-files = ["LICENSE"]
1112
requires-python = ">=3.9"
1213
dependencies = [
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]
1925
pytest_markdown_docs = "pytest_markdown_docs.plugin"
@@ -22,12 +28,11 @@ pytest_markdown_docs = "pytest_markdown_docs.plugin"
2228
requires = ["hatchling"]
2329
build-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+
]

0 commit comments

Comments
 (0)