diff --git a/pyproject.toml b/pyproject.toml index 4f498a6..f05224a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "0.4.1" description = "" authors = ["Bam4d "] readme = "README.md" +license = "Apache 2.0 License" [tool.ruff] select = ["E", "F", "W", "Q", "I"] @@ -39,5 +40,3 @@ pytest-asyncio = "^0.23.2" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" - -