aedc5bedb4
Separate dependencies into files and add optional dependencies Update natsort usage to be compliant with the latest version (#203) Set PyQt5 to 5.15.3, 5.15.4 has issues with pyinstaller Add pyproject.toml with setuptools, isort and black configuration Add optional dependencies (#191) Update README (#174)
14 lines
285 B
TOML
14 lines
285 B
TOML
[tool.black]
|
|
line-length = 150
|
|
|
|
[tool.isort]
|
|
line_length = 150
|
|
|
|
[build-system]
|
|
requires = ["setuptools>=42", "wheel", "setuptools_scm[toml]>=3.4"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.setuptools_scm]
|
|
write_to = "comictaggerlib/ctversion.py"
|
|
local_scheme = "no-local-version"
|