Skip to content

Commit 3af3eac

Browse files
authored
Merge pull request #30 from AllDotPy/dev.wilfried.docs
V0.1.2 configs
2 parents fa5c0dd + b6f3515 commit 3af3eac

2 files changed

Lines changed: 28 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
[project]
22
name = "easyswitch"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Unified Python SDK for Mobile money "
55
readme = "README.md"
66
license = { 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+
]
813
requires-python = ">=3.9"
914
classifiers = [
1015
"Programming Language :: Python :: 3",
@@ -13,29 +18,36 @@ classifiers = [
1318
]
1419
dependencies = [
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]
4153
requires = ["setuptools>=61.0", "wheel"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name = 'easyswitch',
9-
version = '0.1.0',
9+
version = '0.1.2',
1010
packages = find_packages(),
1111
install_requires = [
1212
'httpx',

0 commit comments

Comments
 (0)