-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
30 lines (27 loc) · 883 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
[metadata]
name = httpsharedkeyauth
version = attr: httpsharedkeyauth.version.__version__
author = François Picot
author_email = [email protected]
url = https://gitlab.com/sokube-io/partners/data-galaxy/httpsharedkeyauth
description = Python implementation of the client library for https://github.com/blowdart/idunno.Authentication/tree/dev/src/idunno.Authentication.SharedKey
long_description = file: README.md
long_description_content_type = text/markdown
keywords = HTTPSharedKeyAuth
license = Apache Software License
classifiers =
License :: OSI Approved :: Apache Software License
Programming Language :: Python :: 3
Intended Audience :: Developers
[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
requests >= 2.31.0
package_dir=
=src
[options.package_data]
* = README.md
[options.packages.find]
where=src