From aa855044d35519d72882fd60c798b688b2c1cf1a Mon Sep 17 00:00:00 2001 From: Ginger <75683114+GingerIndustries@users.noreply.github.com> Date: Tue, 31 Jan 2023 16:45:06 +0000 Subject: [PATCH] Fixed some missing stuff in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 7a6e8cd..384d4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,8 @@ name = "crosshatch" version = "1.0.0" description = "A pretty REPL for Vyxal." +readme = "README.md" +repository = "https://github.com/Vyxal/Crosshatch" authors = ["Ginger <75683114+GingerIndustries@users.noreply.github.com>"] [tool.poetry.dependencies]