mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 00:36:55 +02:00
fix pyproject.toml bug
This commit is contained in:
parent
cb11ec7bc7
commit
1129b4e8e7
1 changed files with 0 additions and 18 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue