-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (38 loc) · 1.2 KB
/
Copy pathpyproject.toml
File metadata and controls
43 lines (38 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "eskiz-pkg"
version = "2.0.1"
description = "Python client for Eskiz.uz SMS API"
readme = "README.md"
authors = [
{name = "Muhammadali Akbarov", email = "muhammadali17abc@gmail.com"}
]
license = "MIT"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
keywords = ["eskiz", "sms", "smspy", "eskizuz", "eskiz-pkg", "sms-service", "smsuz"]
dependencies = [
"requests",
"pydantic"
]
[project.urls]
Homepage = "https://github.com/Muhammadali-Akbarov/eskiz-pkg"
Issues = "https://github.com/Muhammadali-Akbarov/eskiz-pkg/issues"
[project.optional-dependencies]
async = ["aiohttp>=3.8.0"]
dev = ["pytest", "pytest-asyncio", "flake8", "mypy"]
[tool.setuptools]
package-dir = {"" = "lib"}
[tool.setuptools.packages.find]
where = ["lib"]