forked from django-auth-ldap/django-auth-ldap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
46 lines (43 loc) · 1.46 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
43
44
45
46
[metadata]
name = django-auth-ldap
description = Django LDAP authentication backend.
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Peter Sagerson
author_email = [email protected]
url = https://github.com/django-auth-ldap/django-auth-ldap
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Intended Audience :: Developers
Intended Audience :: System Administrators
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Internet :: WWW/HTTP
Topic :: Software Development :: Libraries :: Python Modules
Topic :: System :: Systems Administration :: Authentication/Directory :: LDAP
project_urls =
Documentation = https://django-auth-ldap.readthedocs.io/
Source = https://github.com/django-auth-ldap/django-auth-ldap
Tracker = https://github.com/django-auth-ldap/django-auth-ldap/issues
[options]
python_requires = >=3.6
packages = django_auth_ldap
install_requires =
Django>=2.2
python-ldap>=3.1
[flake8]
max-line-length = 88
[isort]
profile = black