Skip to content

Commit 2e89972

Browse files
committed
Update pyproject.toml to include correct license metadata
1 parent 0e410a2 commit 2e89972

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

pyproject.toml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,20 @@ requires-python = ">=3.11"
55
classifiers = [
66
"Programming Language :: Rust",
77
"Programming Language :: Python :: Implementation :: CPython",
8-
"Topic :: Software Development :: Libraries :: Application Frameworks"
8+
"Topic :: Software Development :: Libraries :: Application Frameworks",
99
]
1010
dynamic = ["version"]
11-
license = { file = "LICENSE" }
12-
authors = [
13-
{ name = "Restate Developers", email = "[email protected]" }
14-
]
15-
dependencies = [
16-
"typing-extensions>=4.14.0"
17-
]
11+
license = "MIT"
12+
license-files = ["LICENSE"]
13+
authors = [{ name = "Restate Developers", email = "[email protected]" }]
14+
readme = "README.md"
15+
dependencies = ["typing-extensions>=4.14.0"]
1816

17+
[project.urls]
18+
Homepage = "https://restate.dev"
19+
Documentation = "https://docs.restate.dev"
20+
Source = "https://github.com/restatedev/sdk-python"
21+
"Bug Tracker" = "https://github.com/restatedev/sdk-python/issues"
1922

2023
[project.optional-dependencies]
2124
test = ["pytest", "hypercorn"]
@@ -31,3 +34,4 @@ build-backend = "maturin"
3134
features = ["pyo3/extension-module"]
3235
module-name = "restate._internal"
3336
python-source = "python"
37+
include = [{ path = "README.md", format = "sdist" }]

0 commit comments

Comments
 (0)