new exports and restructuring

This commit is contained in:
Firq 2024-10-17 23:27:20 +02:00
parent 926aa582dc
commit 43d21deeed
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
9 changed files with 38 additions and 37 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "skyeweave"
version = "1.0.0-c.1"
version = "1.0.0-c.2"
requires-python = ">= 3.10"
authors = [{name = "Firq", email = "firelp42@gmail.com"}]
maintainers = [{name = "Firq", email = "firelp42@gmail.com"}]
@ -47,11 +47,13 @@ disable = [
"missing-class-docstring",
"logging-fstring-interpolation",
]
ignore-paths="test/*"
[tool.mypy]
python_version = "3.11"
warn_return_any = true
warn_unused_configs = true
exclude = [ "test" ]
[build-system]
requires = ["setuptools >= 61.0"]