@@ -3,12 +3,33 @@ requires = ["hatchling"]
33build-backend = " hatchling.build"
44
55[project ]
6- name = " zid"
6+ name = " zid-client "
77version = " 0.1.0"
8- description = " Python SDK for the Zid e-commerce platform API"
8+ description = " Official Python SDK for the Zid e-commerce platform API"
99readme = " README.md"
1010requires-python = " >=3.10"
11- license = " MIT"
11+ license = { text = " MIT" }
12+ keywords = [" zid" , " ecommerce" , " sdk" , " api" , " python" , " zid.sa" , " arabic-ecommerce" ]
13+ authors = [
14+ { name = " Muath Almansour" , email = " muath.almansour@zid.sa" },
15+ ]
16+ maintainers = [
17+ { name = " Muath Almansour" , email = " muath.almansour@zid.sa" },
18+ ]
19+ classifiers = [
20+ " Development Status :: 3 - Alpha" ,
21+ " Intended Audience :: Developers" ,
22+ " License :: OSI Approved :: MIT License" ,
23+ " Operating System :: OS Independent" ,
24+ " Programming Language :: Python :: 3" ,
25+ " Programming Language :: Python :: 3.10" ,
26+ " Programming Language :: Python :: 3.11" ,
27+ " Programming Language :: Python :: 3.12" ,
28+ " Programming Language :: Python :: 3.13" ,
29+ " Topic :: Internet :: WWW/HTTP" ,
30+ " Topic :: Software Development :: Libraries :: Python Modules" ,
31+ " Typing :: Typed" ,
32+ ]
1233dependencies = [
1334 " httpx>=0.25.0" ,
1435 " pydantic>=2.0.0" ,
@@ -20,6 +41,12 @@ dev = [
2041 " pytest-cov>=4.0.0" ,
2142]
2243
44+ [project .urls ]
45+ Homepage = " https://github.com/MuathZidding/sdk-python"
46+ Repository = " https://github.com/MuathZidding/sdk-python"
47+ Issues = " https://github.com/MuathZidding/sdk-python/issues"
48+ Changelog = " https://github.com/MuathZidding/sdk-python/releases"
49+
2350[tool .hatch .build .targets .wheel ]
2451packages = [" zid" ]
2552
0 commit comments