@@ -5,17 +5,20 @@ requires-python = ">=3.11"
5
5
classifiers = [
6
6
" Programming Language :: Rust" ,
7
7
" Programming Language :: Python :: Implementation :: CPython" ,
8
- " Topic :: Software Development :: Libraries :: Application Frameworks"
8
+ " Topic :: Software Development :: Libraries :: Application Frameworks" ,
9
9
]
10
10
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" ]
18
16
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"
19
22
20
23
[project .optional-dependencies ]
21
24
test = [" pytest" , " hypercorn" ]
@@ -31,3 +34,4 @@ build-backend = "maturin"
31
34
features = [" pyo3/extension-module" ]
32
35
module-name = " restate._internal"
33
36
python-source = " python"
37
+ include = [{ path = " README.md" , format = " sdist" }]
0 commit comments