Skip to content

Commit

Permalink
chore(release): add pypi classifiers (#9)
Browse files Browse the repository at this point in the history
* added License to pyproject.toml

* Update pyproject.toml

---------

Co-authored-by: Cody Fincher <[email protected]>
  • Loading branch information
vishnu-itachi and cofin authored Dec 2, 2024
1 parent 9736d5c commit f5f9a2b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
authors = [{ name = "Cody Fincher", email = "[email protected]" }]
dependencies = []
description = "HTMX Integration for Litesstar"
license = { text = "MIT" }
classifiers = [
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries",
"Topic :: Software Development",
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Application Frameworks",
"Topic :: Software Development :: Libraries :: Python Modules",
]
maintainers = [
{ name = "Litestar Developers", email = "[email protected]" },
{ name = "Cody Fincher", email = "[email protected]" },
Expand Down

0 comments on commit f5f9a2b

Please sign in to comment.