|
| 1 | +[build-system] |
| 2 | +requires = ["hatchling >= 1.26"] |
| 3 | +build-backend = "hatchling.build" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "retailcrm" |
| 7 | +version = "5.2.0" |
| 8 | +authors = [ |
| 9 | + { name="Alex Lushpai", email="lushpai@gmail.com" }, |
| 10 | +] |
| 11 | +maintainers = [ |
| 12 | + { name="Alex Lushpai", email="lushpai@gmail.com" }, |
| 13 | +] |
| 14 | +description = "RetailCRM API client" |
| 15 | +keywords = ["api", "ecom", "retailcrm"] |
| 16 | +readme = "README.md" |
| 17 | +requires-python = ">=3.8" |
| 18 | +dependencies = [ |
| 19 | + "multidimensional-urlencode==0.0.4", |
| 20 | + "nose==1.3.7", |
| 21 | + "requests==2.32.4", |
| 22 | + "coverage==4.5.4", |
| 23 | + "pook==1.3.0", |
| 24 | + "hatchling >= 1.26" |
| 25 | +] |
| 26 | +classifiers = [ |
| 27 | + "Development Status :: 5 - Production/Stable", |
| 28 | + "Environment :: Other Environment", |
| 29 | + "Intended Audience :: Developers", |
| 30 | + "Operating System :: OS Independent", |
| 31 | + "Programming Language :: Python", |
| 32 | + "Programming Language :: Python :: 3", |
| 33 | + "Programming Language :: Python :: 3.8", |
| 34 | + "Programming Language :: Python :: 3.9", |
| 35 | + "Programming Language :: Python :: 3.10", |
| 36 | + "Programming Language :: Python :: 3.11", |
| 37 | + "Programming Language :: Python :: 3.12", |
| 38 | + "Programming Language :: Python :: 3 :: Only", |
| 39 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 40 | +] |
| 41 | +license = "MIT" |
| 42 | +license-files = ["LICEN[CS]E*"] |
| 43 | + |
| 44 | +[project.urls] |
| 45 | +Homepage = "https://github.com/retailcrm/api-client-python" |
| 46 | +Issues = "https://github.com/retailcrm/api-client-python/issues" |
0 commit comments