File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,14 @@ classifiers = [
1818 " License :: OSI Approved :: MIT License" ,
1919 " Operating System :: OS Independent" ,
2020]
21+ requires-python = " >=3.6"
2122dependencies = [
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"
Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ home_page = https://iabtechlab.com
66description = Client for working with advertising UID2 services
77long_description = file: README.md
88long_description_content_type = text/markdown
9- license = Apache 2.0
10- license_file = LICENSE
119platform = any
12- keywords = uid2
1310# Get strings from http://pypi.python.org/pypi?%3Aaction=list_classifiers
1411classifiers =
1512 Development Status :: 3 - Alpha
@@ -31,9 +28,6 @@ classifiers =
3128zip_safe = true
3229packages = find:
3330include_package_data = true
34- python_requires = >= 3.6
35- install_requires =
36- pycryptodome
3731
3832[options.packages.find]
3933exclude = examples, tests
You can’t perform that action at this time.
0 commit comments