Fixed license in pyproject.toml

This commit is contained in:
Donkie
2023-07-04 14:59:14 +02:00
parent f24b9610e8
commit 635c9c5856

View File

@@ -4,7 +4,7 @@ description = "A web service that keeps track of 3D printing spools."
version = "0.1.0" version = "0.1.0"
requires-python = ">=3.9" requires-python = ">=3.9"
readme = "README.md" readme = "README.md"
license = {text = "AGPL-3.0-only"} license = {text = "MIT"}
dynamic = ["dependencies"] dynamic = ["dependencies"]
[tool.setuptools.dynamic] [tool.setuptools.dynamic]