Skip to content

Commit 7c5369d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 55d8907 commit 7c5369d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,12 @@ scripts.sc2replayer = "sc2reader.scripts.sc2replayer:main"
6161
include-package-data = true
6262
zip-safe = true
6363
platforms = [ "any" ]
64-
65-
[tool.setuptools.dynamic]
66-
readme = { file = [ "README.rst", "CHANGELOG.rst" ] }
67-
version = { attr = "sc2reader.__version__" }
68-
69-
[tool.setuptools.packages]
70-
find = { namespaces = false }
64+
dynamic.readme = { file = [ "README.rst", "CHANGELOG.rst" ] }
65+
dynamic.version = { attr = "sc2reader.__version__" }
66+
packages.find = { namespaces = false }
7167

7268
[tool.ruff]
7369
line-length = 129
74-
7570
lint.ignore = [
7671
"F401", # module imported but unused; consider using `importlib.util.find_spec` to test for availability
7772
"F403", # Run `removestar` on this codebase

0 commit comments

Comments
 (0)