From b8a49ba413ac75fec54a6982411f5318853f0f57 Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi <3247106+gantoine@users.noreply.github.com> Date: Sun, 5 Jan 2025 21:09:40 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9d0c873..dfaabd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,9 +26,9 @@ classifiers = [ keywords = ["cython", "form-data", "forms", "http", "multipart", "streaming", "web"] [tool.poetry.urls] -homepage = "https://github.com/siddhantgoel/streaming-form-data" -repository = "https://github.com/siddhantgoel/streaming-form-data" -documentation = "https://streaming-form-data.readthedocs.io" +Homepage = "https://github.com/siddhantgoel/streaming-form-data" +Repository = "https://github.com/siddhantgoel/streaming-form-data" +Documentation = "https://streaming-form-data.readthedocs.io" [tool.poetry.build] script = "build.py"