Skip to content

Commit 46df29f

Browse files
Updated toml to have package details
1 parent b583777 commit 46df29f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*.swp
2+
dist/*
3+
*egg-info/*

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,21 @@ requires = [
44
"wheel",
55
]
66
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

Comments
 (0)