-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
40 lines (39 loc) · 1.48 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[metadata]
name = django-htmx-okayjack
version = 2.0.2
description = Tell htmx what to do with success (200) and error (4xx) responses for a request by using new ``hx-*`` attributes.
long_description = file: README.rst
url = https://github.com/benopotamus/django-htmx-okayjack
author = Ben Michie
author_email = benopotamus@tinku.net
license = BSD-2-Clause
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.2
Framework :: Django :: 5.0
Framework :: Django :: 5.1
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
project_urls =
Documentation = https://github.com/benopotamus/django-htmx-okayjack/blob/main/README.rst
Release notes = https://github.com/benopotamus/django-htmx-okayjack/blob/main/CHANGELOG.rst
Source = https://github.com/benopotamus/django-htmx-okayjack
Tracker = https://github.com/benopotamus/django-htmx-okayjack/issues
[options]
include_package_data = true
packages = find:
python_requires = >=3.10
install_requires =
Django >= 4.2
django-render-block >= 0.9.2