forked from IABTechLab/uid2-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (41 loc) · 1.19 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
[metadata]
name = uid2-client
author = UID2 team
author_email = unifiedid-admin@thetradedesk.com
home_page = https://iabtechlab.com
description = Client for working with advertising UID2 services
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache 2.0
license_file = LICENSE
platform = any
keywords = uid2
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
classifiers =
Development Status :: 3 - Alpha
Environment :: Console
Intended Audience :: Other Audience
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Internet
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Utilities
License :: OSI Approved :: Apache 2.0
[options]
zip_safe = true
packages = find:
include_package_data = true
python_requires = >= 3.6
install_requires =
pycryptodome
[options.packages.find]
exclude = examples, tests
[bdist_wheel]
universal = false
[sdist]
formats = zip, gztar