-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): add pypi classifiers (#9)
* added License to pyproject.toml * Update pyproject.toml --------- Co-authored-by: Cody Fincher <[email protected]>
- Loading branch information
1 parent
9736d5c
commit f5f9a2b
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]" }, | ||
|