可演示
This commit is contained in:
24
pyproject.toml
Normal file
24
pyproject.toml
Normal file
@@ -0,0 +1,24 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=45", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "code-scan"
|
||||
version = "1.0.0"
|
||||
description = "代码扫描工具"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8"
|
||||
dependencies = [
|
||||
"flask>=2.0.0",
|
||||
"pyyaml>=5.0",
|
||||
"requests>=2.25.0",
|
||||
"python-dotenv>=0.19.0",
|
||||
"GitPython>=3.1.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
code-scan = "app:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["scanner*"]
|
||||
Reference in New Issue
Block a user