Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 20, 2024
1 parent 588300f commit 1cb2d02
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ keywords = [
"translation",
"utilities",
]
license = {text = "MIT"}
authors = [{name = "egeakman", email = "me@egeakman.dev"}]
license = { text = "MIT" }
authors = [
{ name = "egeakman", email = "me@egeakman.dev" },
]
requires-python = ">=3.10"
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand All @@ -40,15 +42,15 @@ dynamic = [
dependencies = [
"sphinx",
]
[project.urls]
Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
[project.scripts]
bootstrapper = "bootstrapper.bootstrapper:main"
urls.Homepage = "https://github.com/egeakman/python-docs-bootstrapper"
urls.Issues = "https://github.com/egeakman/python-docs-bootstrapper/issues"
urls.Releases = "https://github.com/egeakman/python-docs-bootstrapper/releases"
scripts.bootstrapper = "bootstrapper.bootstrapper:main"

[tool.hatch.build]
packages = ["bootstrapper"]
packages = [
"bootstrapper",
]
isolated = true

[tool.hatch.build.force-include]
Expand Down

0 comments on commit 1cb2d02

Please sign in to comment.