-
Notifications
You must be signed in to change notification settings - Fork 101
/
setup.cfg
32 lines (30 loc) · 969 Bytes
/
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
[metadata]
name = requests_ntlm
version = 1.3.0
url = https://github.com/requests/requests-ntlm
author = Ben Toews
author_email = mastahyeti@gmail.com
license = ISC
license_files = LICENSE
description = This package allows for HTTP NTLM authentication using the requests library.
long_description = file: README.rst
long_description_content_type = text/x-rst
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Developers
Programming Language :: Python
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.12
License :: OSI Approved :: ISC License (ISCL)
[options]
python_requires = >= 3.8
install_requires =
cryptography >= 1.3
pyspnego >= 0.4.0
requests >= 2.0.0
[tools.setuptools.package-data]
"requests_ntlm" = ["py.typed"]