Skip to content

Commit c95a8c0

Browse files
committed
Update pyproject.toml files
1 parent 7ac4cc9 commit c95a8c0

File tree

6 files changed

+1
-14
lines changed

6 files changed

+1
-14
lines changed

benchmark/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[project]
22
name = "rest-rpc-benchmark"
33
version = "0.1.0"
4-
description = "Add your description here"
5-
readme = "README.md"
64
requires-python = ">=3.13"
75
dependencies = [
86
"matplotlib>=3.10.8",

examples/simple/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[project]
22
name = "rest-rpc-example-simple"
33
version = "0.1.0"
4-
description = "Add your description here"
5-
readme = "README.md"
64
requires-python = ">=3.13"
75
dependencies = [
86
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

examples/upgraded/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[project]
22
name = "rest-rpc-example-upgraded"
33
version = "0.1.0"
4-
description = "Add your description here"
5-
readme = "README.md"
64
requires-python = ">=3.13"
75
dependencies = [
86
"rest-rpc[fastapi,requests,aiohttp,httpx,urllib3]>=0.1.0",

examples/webapp/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[project]
22
name = "rest-rpc-example-webapp"
33
version = "0.1.0"
4-
description = "Add your description here"
5-
readme = "README.md"
64
requires-python = ">=3.13"
75
dependencies = [
86
"rest-rpc[fastapi]>=0.1.0",

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rest-rpc"
33
version = "0.1.0"
4-
description = "Add your description here"
4+
description = "A Python library that makes type-checked REST APIs easy"
55
readme = "README.md"
66
authors = [
77
{ name = "Ruben Felgenhauer", email = "[email protected]" }
@@ -11,9 +11,6 @@ dependencies = [
1111
"pydantic>=2.12.5",
1212
]
1313

14-
[project.scripts]
15-
rest-rpc = "rest_rpc:main"
16-
1714
[project.optional-dependencies]
1815
fastapi = [
1916
"fastapi[standard]>=0.128.0",

tests/pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[project]
22
name = "rest-rpc-tests"
33
version = "0.1.0"
4-
description = "Add your description here"
5-
readme = "README.md"
64
requires-python = ">=3.13"
75
dependencies = [
86
"pytest>=9.0.2",

0 commit comments

Comments
 (0)