Updated readme, fixed linting and type annotations

This commit is contained in:
Firq 2025-04-04 11:33:49 +02:00
parent acc05a99bb
commit b701a91083
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
12 changed files with 84 additions and 33 deletions

View file

@ -4,13 +4,14 @@ version = "1.0.0-c.4"
requires-python = ">= 3.10"
authors = [{name = "Firq", email = "firelp42@gmail.com"}]
maintainers = [{name = "Firq", email = "firelp42@gmail.com"}]
description = "Easily generate any FGO expression sheets from an id"
description = "Helper script to easily generate experssions from FGO expression sheets"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
@ -57,6 +58,7 @@ ignore-paths="test/*"
python_version = "3.11"
warn_return_any = true
warn_unused_configs = true
strict = true
exclude = [ "test" ]
[tool.pytest.ini_options]