bugfix
This commit is contained in:
parent
97dc4befef
commit
1165982e1f
Binary file not shown.
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[build-system]
|
||||
requires = ["setuptools>=61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "discount"
|
||||
version = "0.1.0"
|
||||
description = "a module to maintain reseller discount"
|
||||
authors = [
|
||||
{ name="Your Name", email="you@example.com" }
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
apppublic,
|
||||
sqlor,
|
||||
ahserver
|
||||
]
|
||||
|
||||
[tool.setuptools]
|
||||
# 明确告诉它只包含 skillagent 目录
|
||||
packages = ["discount"]
|
||||
Loading…
x
Reference in New Issue
Block a user