Skip to content

Commit

Permalink
update pyproject.toml, add license classifier
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Mar 5, 2024
1 parent 1ab3f5a commit 17b7dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ 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"},
]
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",
Expand Down

0 comments on commit 17b7dda

Please sign in to comment.