From 5d17aade6616c12603ef5f785f67b8076bea4d7b Mon Sep 17 00:00:00 2001 From: Mayuresh Agashe <75118658+mayureshagashe2105@users.noreply.github.com> Date: Tue, 7 Nov 2023 14:06:04 +0530 Subject: [PATCH] Update pyproject.toml --- techdocs/pyproject.toml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/techdocs/pyproject.toml b/techdocs/pyproject.toml index a2e6fc2..52098de 100644 --- a/techdocs/pyproject.toml +++ b/techdocs/pyproject.toml @@ -8,20 +8,12 @@ build-backend = "setuptools.build_meta" [project] name = "techdocs" -<<<<<<< HEAD -version = "0.2.0" -======= version = "0.2.1" ->>>>>>> 7b80f1bcac446d89a72c4146689db74f434ec4c6 description = "Code documentation generation CLI App" readme = "README.md" requires-python = ">=3.10" authors = [ -<<<<<<< HEAD - {"name" = "test", "email" = "alfatrion123@gmail.com"}, -======= {"name" = "Caffiene Crew", "email" = "caffienecrewhacks@gmail.com"}, ->>>>>>> 7b80f1bcac446d89a72c4146689db74f434ec4c6 ] dependencies = [ "requests", @@ -33,4 +25,4 @@ scripts = {techdocs = "techdocs.cli:main"} packages = ["techdocs", "techdocs.utils"] [tool.setuptools.package-data] -"*" = ["*.json"] \ No newline at end of file +"*" = ["*.json"]