Skip to content

Commit b06a1a0

Browse files
authored
Fix wrong URL in pyproject.toml (#95)
1 parent ec33793 commit b06a1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "Framework for writing serverless APIs in Python, using Scaleway f
55
authors = ["Scaleway Serverless Team <opensource@scaleway.com>"]
66
readme = "README.md"
77
license = "MIT"
8-
repository = "https://github.com/scaleway/serverless-api-framework-python-python"
8+
repository = "https://github.com/scaleway/serverless-api-framework-python"
99
documentation = "https://serverless-api-project.readthedocs.io/en/latest/"
1010
keywords = ["serverless", "scaleway", "functions", "cloud", "faas"]
1111

0 commit comments

Comments
 (0)