|
| 1 | +[project] |
| 2 | +name = "datacrunch" |
| 3 | +version = "0.0.0" # version set by .github/workflows/publish_datacrunch.yml before release |
| 4 | +description = "datacrunch is now verda" |
| 5 | +readme = "README.md" |
| 6 | +requires-python = ">=3.10" |
| 7 | + |
| 8 | +authors = [{ name = "Verda Cloud Oy", email = "info@verda.com" }] |
| 9 | + |
| 10 | +classifiers = [ |
| 11 | + "Development Status :: 7 - Inactive", |
| 12 | + "Intended Audience :: Developers", |
| 13 | + "License :: OSI Approved :: MIT License", |
| 14 | + "Natural Language :: English", |
| 15 | + "Operating System :: OS Independent", |
| 16 | + "Programming Language :: Python :: 3", |
| 17 | + "Programming Language :: Python :: 3.10", |
| 18 | + "Programming Language :: Python :: 3.11", |
| 19 | + "Programming Language :: Python :: 3.12", |
| 20 | +] |
| 21 | + |
| 22 | +[project.urls] |
| 23 | +Homepage = "https://github.com/verda-cloud" |
| 24 | +Documentation = "https://datacrunch-python.readthedocs.io/" |
| 25 | +Repository = "https://github.com/verda-cloud/sdk-python" |
| 26 | +Changelog = "https://datacrunch-python.readthedocs.io/en/latest/changelog.html" |
| 27 | + |
| 28 | +[build-system] |
| 29 | +requires = ["uv_build>=0.9.5,<0.10.0"] |
| 30 | +build-backend = "uv_build" |
| 31 | + |
| 32 | +[tool.uv.build-backend] |
| 33 | +module-name = "datacrunch" |
| 34 | +module-root = "" |
| 35 | + |
| 36 | +[dependency-groups] |
| 37 | +dev = [ |
| 38 | + "pytest>=9.0.1", |
| 39 | + "pytest-responses>=0.5.1", |
| 40 | + "responses>=0.25.8", |
| 41 | +] |
0 commit comments