Updated readme, fixed linting and type annotations
This commit is contained in:
parent
acc05a99bb
commit
b701a91083
12 changed files with 84 additions and 33 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue