diff --git a/pyproject.toml b/pyproject.toml index 6a3a4df..04dae02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ dynamic = ["version"] description = '' readme = "README.md" requires-python = ">=3.12" -license = "CC-BY-NC-ND-4.0" +license = "LICENSE" keywords = [] authors = [ { name = "th3r00t", email = "tty0@th3r00t.dev" }, @@ -79,12 +79,12 @@ all = [ ] [tool.black] -target-version = ["py37"] +target-version = ["py312"] line-length = 120 skip-string-normalization = true [tool.ruff] -target-version = "py37" +target-version = "py312" line-length = 120 select = [ "A",