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']
[tool.ruff]
# Enable pycodestyle (`E`) and Pyflakes (`F`) codes by default.