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 Jul 2, 2024
1 parent 7b3a7c6 commit b1b45b3
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ requires = [
name = "blurb"
description = "Command-line tool to manage CPython Misc/NEWS.d entries."
readme = "README.md"
maintainers = [{name = "Python Core Developers", email="[email protected]"}]
authors = [{ name="Larry Hastings", email="[email protected]"}]
maintainers = [
{ name = "Python Core Developers", email = "[email protected]" },
]
authors = [
{ name = "Larry Hastings", email = "[email protected]" },
]
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Developers",
Expand All @@ -21,23 +25,19 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dynamic = [
"version",
]
[project.optional-dependencies]
tests = [
optional-dependencies.tests = [
"pyfakefs",
"pytest",
"pytest-cov",
]
[project.urls]
Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
Homepage = "https://github.com/python/blurb"
Source = "https://github.com/python/blurb"
[project.scripts]
blurb = "blurb.blurb:main"
urls.Changelog = "https://github.com/python/blurb/blob/main/README.md#changelog"
urls.Homepage = "https://github.com/python/blurb"
urls.Source = "https://github.com/python/blurb"
scripts.blurb = "blurb.blurb:main"

[tool.hatch]
version.source = "vcs"
Expand Down

0 comments on commit b1b45b3

Please sign in to comment.