We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b583777 commit 46df29fCopy full SHA for 46df29f
.gitignore
@@ -0,0 +1,3 @@
1
+*.swp
2
+dist/*
3
+*egg-info/*
pyproject.toml
@@ -4,3 +4,21 @@ requires = [
4
"wheel",
5
]
6
build-backend = "setuptools.build_meta"
7
+
8
+[project]
9
+name = "uid2_client"
10
+version = "1.0.0"
11
+authors = [
12
+ { name = "Cody Constine", email = "[email protected]" }
13
+]
14
+description = "UID2 sdk for the UID2 and EUID apis"
15
+readme = "README.md"
16
+classifiers = [
17
+ "Programming Language :: Python :: 3",
18
+ "License :: OSI Approved :: MIT License",
19
+ "Operating System :: OS Independent",
20
21
22
+[project.urls]
23
+"Homepage" = "https://github.com/IABTechLab/uid2-client-python"
24
+"Bug Tracker" = "https://github.com/IABTechLab/uid2-client-python/issues"
0 commit comments