Added version getter for setuptools
This commit is contained in:
@ -90,6 +90,9 @@ ignore-names = []
|
||||
[tool.ruff.lint.pylint]
|
||||
allow-magic-value-types = []
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "notletters.__version__"}
|
||||
|
||||
[tool.tomlsort]
|
||||
all = true
|
||||
sort_first = ["project"]
|
||||
|
Reference in New Issue
Block a user