bugfix
This commit is contained in:
parent
e9ea75b5f7
commit
526ea8ee7d
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
[build-system]
|
||||||
|
requires = ["setuptools>=61.0"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[project]
|
||||||
|
name = "woa"
|
||||||
|
version = "0.1.0"
|
||||||
|
description = "Agent + Skillkit integration module with multi-skill, multi-script support"
|
||||||
|
authors = [
|
||||||
|
{ name="Your Name", email="you@example.com" }
|
||||||
|
]
|
||||||
|
readme = "README.md"
|
||||||
|
requires-python = ">=3.10"
|
||||||
|
dependencies = [
|
||||||
|
"wechatpy"
|
||||||
|
]
|
||||||
|
|
||||||
|
[tool.setuptools]
|
||||||
|
# 明确告诉它只包含 skillagent 目录
|
||||||
|
packages = ["woa"]
|
||||||
Loading…
x
Reference in New Issue
Block a user