-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
42 lines (39 loc) · 1.16 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
41
42
[metadata]
name = django-aletheia
version = 0.0.2
author = Julian Mundhahs
author_email = [email protected]
description = Adds support for Authentication via WebAuthN to Django. Works well with django-janus.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Qup42/django-aletheia
project_urls =
Bug Tracker = https://github.com/Qup42/django-aletheia/issues
Source = https://github.com/Qup42/django-aletheia
license = BSD License
classifiers =
Development Status :: 3 - Alpha
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Framework :: Django :: 4
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
[options]
packages = find:
include_package_data = True
install_requires =
django >= 3.0
webauthn >= 1.5.0
python-dateutil >= 2.8.2
[options.packages.find]
include =
aletheia
aletheia.*