Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 16, 2024
1 parent 8050cf6 commit 0e23a83
Showing 1 changed file with 39 additions and 42 deletions.
81 changes: 39 additions & 42 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,45 +1,3 @@
[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.version]
source = "regex_commit"
commit_extra_args = ["-e"]
path = "mknodes/__init__.py"

[tool.uv]
dev-dependencies = [
# Linting
"mypy",
"ruff",
# black is used by mkdocstrings to format signatures
"black",
# Testing
"pytest",
"pytest-cov",
"pytest-codspeed",
# Docs
"mkdocs >=1.5",
"mkdocs-material >= 9.4",
# "mkdocs_mknodes",
"mkdocs_mknodes @ git+https://github.com/phil65/mkdocs_mknodes.git@main",
"pymdown-extensions",
"markdown-exec[ansi]",
"pygments",
"pydeps",

# Material Social addon
"cairosvg",
"pillow",

# Debugging
"pyreadline3",
"pyinstrument",
]

[build-system]
requires = ["hatchling", "hatch-regex-commit"]
build-backend = "hatchling.build"

[project]
name = "mknodes"
authors = [
Expand Down Expand Up @@ -115,6 +73,45 @@ Documentation = "https://phil65.github.io/mknodes/"
Source = "https://github.com/phil65/mknodes"
Gitter = "https://app.gitter.im/#/room/#mknodes:gitter.im"

[build-system]
requires = ["hatchling", "hatch-regex-commit"]
build-backend = "hatchling.build"

[tool.hatch.version]
source = "regex_commit"
commit_extra_args = ["-e"]
path = "mknodes/__init__.py"

[tool.uv]
dev-dependencies = [
# Linting
"mypy",
"ruff",
# black is used by mkdocstrings to format signatures
"black",
# Testing
"pytest",
"pytest-cov",
"pytest-codspeed",
# Docs
"mkdocs >=1.5",
"mkdocs-material >= 9.4",
# "mkdocs_mknodes",
"mkdocs_mknodes @ git+https://github.com/phil65/mkdocs_mknodes.git@main",
"pymdown-extensions",
"markdown-exec[ansi]",
"pygments",
"pydeps",

# Material Social addon
"cairosvg",
"pillow",

# Debugging
"pyreadline3",
"pyinstrument",
]

[tool.pytest.ini_options]
minversion = "7.0"
testpaths = ["tests"]
Expand Down

0 comments on commit 0e23a83

Please sign in to comment.