Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mayureshagashe2105 authored Nov 7, 2023
1 parent 6870d79 commit 5d17aad
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions techdocs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" = "[email protected]"},
=======
{"name" = "Caffiene Crew", "email" = "[email protected]"},
>>>>>>> 7b80f1bcac446d89a72c4146689db74f434ec4c6
]
dependencies = [
"requests",
Expand All @@ -33,4 +25,4 @@ scripts = {techdocs = "techdocs.cli:main"}
packages = ["techdocs", "techdocs.utils"]

[tool.setuptools.package-data]
"*" = ["*.json"]
"*" = ["*.json"]

0 comments on commit 5d17aad

Please sign in to comment.