Fixed license in pyproject.toml
This commit is contained in:
@@ -4,7 +4,7 @@ description = "A web service that keeps track of 3D printing spools."
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.9"
|
||||
readme = "README.md"
|
||||
license = {text = "AGPL-3.0-only"}
|
||||
license = {text = "MIT"}
|
||||
dynamic = ["dependencies"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
|
||||
Reference in New Issue
Block a user