11[project ]
22name = " easyswitch"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Unified Python SDK for Mobile money "
55readme = " README.md"
66license = { file = " LICENSE" }
7- authors = [{ name = " #Einswilli" , email = " einswilligoeh@email.com" }]
7+ authors = [{ name = " AllDotPy" , email = " hello@alldotpy.com" }]
8+ maintainers = [
9+ { name = " #Einswilli" , email = " einswilligoeh@email.com" },
10+ { name = " Julien ADENOVI" , email = " adenovijulien@email.com" },
11+ { name = " Koffi Boris Gilbride WOGLO" , email = " wokobogil@gmail.com" },
12+ ]
813requires-python = " >=3.9"
914classifiers = [
1015 " Programming Language :: Python :: 3" ,
@@ -13,29 +18,36 @@ classifiers = [
1318]
1419dependencies = [
1520 " aiohttp>=3.11.18" ,
16- " build>=1.2.2.post1" ,
17- " isort>=6.0.1" ,
18- " mkdocs>=1.6.1" ,
19- " mkdocs-material>=9.6.14" ,
20- " mkdocs-static-i18n>=1.3.0" ,
21- " mkdocs-windmill>=1.0.5" ,
2221 " phonenumbers>=9.0.5" ,
2322 " pydantic>=2.11.4" ,
24- " pytest>=8.3.5" ,
25- " pytest-asyncio>=0.26.0" ,
26- " pytest-mock>=3.14.0" ,
2723 " python-dateutil>=2.9.0.post0" ,
2824 " python-dotenv>=1.1.0" ,
2925 " pyyaml>=6.0.2" ,
30- " setuptools>=80.3.1" ,
31- " twine>=6.1.0" ,
3226]
3327
3428[project .urls ]
35- "Homepage" = " https://github.com/AllDotPy/EasySwitch"
29+ Homepage = " https://github.com/AllDotPy/EasySwitch"
30+ Repository = " https://github.com/AllDotPy/EasySwitch"
31+ Documentation = " https://alldotpy.github.io/EasySwitch"
32+ Tracker = " https://github.com/AllDotPy/EasySwitch/issues"
3633
3734[project .optional-dependencies ]
38- dev = [" pytest" , " black" , " mypy" ]
35+ dev = [
36+ " black" ,
37+ " mypy" ,
38+ " twine" ,
39+ " uv" ,
40+ " build" ,
41+ " isort>=6.0.1" ,
42+ " pytest>=8.4.0" ,
43+ " pytest>=8.3.5" ,
44+ " pytest-asyncio>=0.26.0" ,
45+ " pytest-mock>=3.14.0" ,
46+ " mkdocs>=1.6.1" ,
47+ " mkdocs-material>=9.6.14" ,
48+ " mkdocs-static-i18n>=1.3.0" ,
49+ " setuptools>=80.8.0" ,
50+ ]
3951
4052[build-system ]
4153requires = [" setuptools>=61.0" , " wheel" ]
0 commit comments