Skip to content

Commit 36b997a

Browse files
authored
chore: harmonize pyproject.toml with reqstool org standards (#70)
* chore: harmonize pyproject.toml with reqstool org standards - Set authors to reqstool (remove LFV/email) - Bump requires-python to >=3.13 - Update black target-version to py313 * chore: harmonize pyproject.toml with reqstool org standards - Set authors to reqstool (remove LFV/email) - Update black target-version to py313
1 parent 620a905 commit 36b997a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "reqstool-python-hatch-plugin"
77
dynamic = ["version"]
8-
authors = [{ name = "LFV", email = "sysdev@lfv.se" }]
8+
authors = [{ name = "reqstool" }]
99
description = "Hatch plugin to process reqstool-python-decorators when building with Hatch"
1010
readme = "README.md"
1111
requires-python = ">=3.10"
@@ -64,7 +64,7 @@ markers = [
6464

6565
[tool.black]
6666
line-length = 120
67-
target-version = ['py310']
67+
target-version = ['py313']
6868

6969
[tool.flake8]
7070
ignore = ["W503"]

0 commit comments

Comments
 (0)