|
1 | 1 | [build-system] |
2 | | -requires = ["hatchling >= 1.13.0"] |
3 | 2 | build-backend = "hatchling.build" |
| 3 | +requires = ["hatchling >= 1.13.0"] |
4 | 4 |
|
5 | 5 | [project] |
6 | | -name = "nextmv" |
7 | | -description = "The Python SDK for Nextmv" |
8 | | -readme = "README.md" |
9 | | -requires-python = ">=3.10" |
10 | | -license = {file = "LICENSE"} |
11 | 6 | authors = [ |
12 | | - { name = "Nextmv", email = "tech@nextmv.io" } |
| 7 | + { email = "tech@nextmv.io", name = "Nextmv" } |
13 | 8 | ] |
14 | | -keywords = ["nextmv", "optimization", "solver", "vehicle routing problem", "operations research", "decisions", "decision engineering"] |
15 | 9 | classifiers = [ |
16 | | - "Programming Language :: Python :: 3", |
17 | 10 | "License :: OSI Approved :: Apache Software License", |
18 | 11 | "Operating System :: OS Independent", |
| 12 | + "Programming Language :: Python :: 3", |
19 | 13 | ] |
20 | | -version = "0.1.0" |
| 14 | +dependencies = [ |
| 15 | + "pydantic>=2.5.2", |
| 16 | + "requests>=2.31.0", |
| 17 | +] |
| 18 | +description = "The Python SDK for Nextmv" |
| 19 | +keywords = [ |
| 20 | + "decision engineering", |
| 21 | + "decision science", |
| 22 | + "decisions", |
| 23 | + "nextmv", |
| 24 | + "optimization", |
| 25 | + "operations research", |
| 26 | + "shift scheduling", |
| 27 | + "solver", |
| 28 | + "vehicle routing problem", |
| 29 | +] |
| 30 | +license = { file = "LICENSE" } |
| 31 | +maintainers = [ |
| 32 | + { email = "tech@nextmv.io", name = "Nextmv" } |
| 33 | +] |
| 34 | +name = "nextmv" |
| 35 | +readme = "README.md" |
| 36 | +requires-python = ">=3.10" |
| 37 | +version = "0.1.0.dev3" |
21 | 38 |
|
22 | 39 | [project.urls] |
23 | 40 | Homepage = "https://www.nextmv.io" |
24 | 41 | Documentation = "https://www.nextmv.io/docs" |
25 | | -Repository = "https://github.com/nextmv-io/sdk-python" |
| 42 | +Repository = "https://github.com/nextmv-io/nextmv-py" |
26 | 43 |
|
27 | 44 | [tool.ruff] |
28 | 45 | target-version = "py312" |
|
0 commit comments