diff --git a/pyproject.toml b/pyproject.toml index 246af50..790190f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ description = "FAQ bot, help to answer common questions in support groups" dynamic = ["version"] readme = "README.md" requires-python = ">=3.8" -license = {file = "LICENSE.txt"} keywords = ["deltachat", "bot"] authors = [ {name = "adbenitez", email = "adb@merlinux.eu"}, @@ -16,6 +15,7 @@ authors = [ classifiers = [ "Development Status :: 4 - Beta", "Programming Language :: Python" + "License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)", ] dependencies = [ "SQLAlchemy>=2.0.25,<3.0",