Skip to content

Commit f7f722a

Browse files
committed
add bitarray to dependencies
1 parent f331be5 commit f7f722a

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

pyproject.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,14 @@ classifiers = [
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
]
21+
requires-python = ">=3.6"
2122
dependencies = [
22-
"pycryptodome"
23+
"pycryptodome",
24+
"bitarray"
2325
]
24-
26+
keywords = ["uid2"]
27+
[project.license]
28+
file="LICENSE"
2529
[project.urls]
2630
"Homepage" = "https://github.com/IABTechLab/uid2-client-python"
2731
"Bug Tracker" = "https://github.com/IABTechLab/uid2-client-python/issues"

setup.cfg

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ home_page = https://iabtechlab.com
66
description = Client for working with advertising UID2 services
77
long_description = file: README.md
88
long_description_content_type = text/markdown
9-
license = Apache 2.0
10-
license_file = LICENSE
119
platform = any
12-
keywords = uid2
1310
# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
1411
classifiers =
1512
Development Status :: 3 - Alpha
@@ -31,9 +28,6 @@ classifiers =
3128
zip_safe = true
3229
packages = find:
3330
include_package_data = true
34-
python_requires = >= 3.6
35-
install_requires =
36-
pycryptodome
3731

3832
[options.packages.find]
3933
exclude = examples, tests

0 commit comments

Comments
 (0)