-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
29 lines (27 loc) · 810 Bytes
/
pyproject.toml
File metadata and controls
29 lines (27 loc) · 810 Bytes
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
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "py-sarvcrm-api"
version = "1.4.1"
description = "Simple sarvcrm api module"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "hmohammad", email = "hmohammad2520@gmail.com" }
]
keywords = ["python", "library", "sarvcrm", "hamkaransystem", "api"]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dependencies = [
"requests==2.32.4",
"requests_cache==1.2.1",
"classmods==1.2.1"
]
requires-python = ">=3.9"
[project.urls]
Homepage = "https://github.com/hmohammad2520-org/py-sarvcrm-api"
BugTracker = "https://github.com/hmohammad2520-org/py-sarvcrm-api/issues"