Skip to content

Commit

Permalink
Add more project data
Browse files Browse the repository at this point in the history
  • Loading branch information
anze3db committed Aug 23, 2023
1 parent 2aba969 commit 14a4e6c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,21 @@ description = 'Inspect and run Django Commands in a text-based user interface (T
readme = "README.md"
requires-python = ">=3.8"
license = "MIT"
keywords = []
keywords = [
"django",
"tui",
"textual"
]
authors = [
{ name = "Anže Pečar", email = "anze@pecar.me" },
]
classifiers = [
"Development Status :: 4 - Beta",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.0",
"Framework :: Django :: 4.1",
"Framework :: Django :: 4.2",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 14a4e6c

Please sign in to comment.