File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -5,17 +5,20 @@ requires-python = ">=3.11"
55classifiers = [
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]
1010dynamic = [" version" ]
11- license = { file = " LICENSE" }
12- authors = [
13- { name = " Restate Developers" , email = " dev@restate.dev" }
14- ]
15- dependencies = [
16- " typing-extensions>=4.14.0"
17- ]
11+ license = " MIT"
12+ license-files = [" LICENSE" ]
13+ authors = [{ name = " Restate Developers" , email = " dev@restate.dev" }]
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 ]
2124test = [" pytest" , " hypercorn" ]
You can’t perform that action at this time.
0 commit comments