File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed
Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -61,17 +61,12 @@ scripts.sc2replayer = "sc2reader.scripts.sc2replayer:main"
6161include-package-data = true
6262zip-safe = true
6363platforms = [ " 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 ]
7369line-length = 129
74-
7570lint.ignore = [
7671 " F401" , # module imported but unused; consider using `importlib.util.find_spec` to test for availability
7772 " F403" , # Run `removestar` on this codebase
You can’t perform that action at this time.
0 commit comments