forked from mathiasertl/django-ca
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
69 lines (63 loc) · 1.87 KB
/
setup.cfg
File metadata and controls
69 lines (63 loc) · 1.87 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
[metadata]
name = django-ca
version = attr: django_ca.VERSION
author = Mathias Ertl
author_email = mati@er.tl
url = https://github.com/mathiasertl/django-ca
description = A Django app providing a SSL/TLS certificate authority.
long_description = file:docs/source/intro.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Django :: 3.2
Framework :: Django :: 4.1
Framework :: Django
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3 :: Only
Topic :: Security :: Cryptography
Topic :: Security
Typing :: Typed
project_urls =
Documentation = https://django-ca.readthedocs.io/
Source = https://github.com/mathiasertl/django-ca/
Issues = https://github.com/mathiasertl/django-ca/issues
Changelog = https://django-ca.readthedocs.io/en/latest/changelog.html
[options]
python_requires = >=3.8
install_requires =
Django>=3.2
acme>=2.3.0
asn1crypto>=1.2.0
cryptography>=37.0
django-object-actions>=4.0.0
dnspython>=2.1
idna>=3.0
josepy>=1.13.0
packaging
requests
packages = find:
package_dir =
= ca
# Include data files specified by MANIFEST.in:
include_package_data = true
# zip_safe = False because of static files
zip_safe = False
[options.extras_require]
redis =
hiredis>=2.0.0
redis>=4.3
celery = celery>=5.1
mysql = mysqlclient>=2.0
postgres = psycopg2>2.8
#[options.package_data]
#"*" = static/django_ca/admin/js/sign.js
[options.packages.find]
where = ca
exclude = django_ca.tests, ca