fix pyproject.toml bug

This commit is contained in:
hezz 2023-08-15 18:14:50 +08:00
parent cb11ec7bc7
commit 1129b4e8e7

View file

@ -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']