pipeline-opportunity/pyproject.toml

10 lines
325 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[project]
name = "pipeline_opportunity"
version = "0.1.0"
description = "商机产线热点软件推荐→每日AI/Agent招标→研发报告→人工确认→研发审批。数据来自数据爬取平台(内网HTTP)。"
dependencies = []
[tool.setuptools.packages.find]
where = ["."]
include = ["pipeline_opportunity*"]