From 1129b4e8e79c091246e7abd3bdb85efc7aa7819d Mon Sep 17 00:00:00 2001 From: hezz Date: Tue, 15 Aug 2023 18:14:50 +0800 Subject: [PATCH] fix pyproject.toml bug --- pyproject.toml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ed7c2769e..135194f5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,21 +1,3 @@ -[project] -name = "chatgit" -version = "0.1.0" -description = "chatgit is an LLM model-based open source project competition analysis research project, it can help you find the most suitable open source project for your needs" -authors = [ - {name = "hezz", email = "hezhaozhaog@gmail.com"}, -] -dependencies = [ - "requests>=2.31.0", -] -requires-python = ">=3.11" -readme = "README.md" -license = {text = "Apache"} - -[build-system] -requires = ["setuptools>=61", "wheel"] -build-backend = "setuptools.build_meta" - [tool.black] line-length = 119 target-version = ['py39']