11[project ]
22authors = [{ name = " Cody Fincher" , email = " cody@litestar.dev" }]
3+ classifiers = [
4+ " License :: OSI Approved :: MIT License" ,
5+ " Natural Language :: English" ,
6+ " Operating System :: OS Independent" ,
7+ " Programming Language :: Python :: 3.8" ,
8+ " Programming Language :: Python :: 3.9" ,
9+ " Programming Language :: Python :: 3.10" ,
10+ " Programming Language :: Python :: 3.11" ,
11+ " Programming Language :: Python :: 3.12" ,
12+ " Programming Language :: Python" ,
13+ " Topic :: Internet :: WWW/HTTP" ,
14+ " Topic :: Software Development :: Libraries" ,
15+ " Topic :: Software Development" ,
16+ " Topic :: Internet" ,
17+ " Topic :: Software Development :: Libraries :: Application Frameworks" ,
18+ " Topic :: Software Development :: Libraries :: Python Modules" ,
19+ ]
320dependencies = []
421description = " HTMX Integration for Litesstar"
522license = { text = " MIT" }
6- classifiers = [
7- " License :: OSI Approved :: MIT License" ,
8- " Natural Language :: English" ,
9- " Operating System :: OS Independent" ,
10- " Programming Language :: Python :: 3.8" ,
11- " Programming Language :: Python :: 3.9" ,
12- " Programming Language :: Python :: 3.10" ,
13- " Programming Language :: Python :: 3.11" ,
14- " Programming Language :: Python :: 3.12" ,
15- " Programming Language :: Python" ,
16- " Topic :: Internet :: WWW/HTTP" ,
17- " Topic :: Software Development :: Libraries" ,
18- " Topic :: Software Development" ,
19- " Topic :: Internet" ,
20- " Topic :: Software Development :: Libraries :: Application Frameworks" ,
21- " Topic :: Software Development :: Libraries :: Python Modules" ,
22- ]
2323maintainers = [
2424 { name = " Litestar Developers" , email = " hello@litestar.dev" },
2525 { name = " Cody Fincher" , email = " cody@litestar.dev" },
@@ -31,7 +31,7 @@ maintainers = [
3131name = " litestar-htmx"
3232readme = " README.md"
3333requires-python = " >=3.8, <4.0"
34- version = " 0.4.0 "
34+ version = " 0.4.1 "
3535
3636[build-system ]
3737build-backend = " hatchling.build"
@@ -180,7 +180,7 @@ lint.select = [
180180 " SIM" , # flake8-simplify
181181 " T10" , # flake8-debugger
182182 " T20" , # flake8-print
183- " TC" , # flake8-type-checking
183+ " TC" , # flake8-type-checking
184184 " TID" , # flake8-tidy-imports
185185 " UP" , # pyupgrade
186186 " W" , # pycodestyle - warning
0 commit comments