mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-11 22:51:10 +00:00
chore(build): update package exclusion configuration
This commit is contained in:
parent
82b973dbf8
commit
eed3b27324
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ full = [
|
|||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["reme_ai*"]
|
||||
exclude = ["memoryscope*", "test*", "cookbook*", "doc*", "library*", "dist*"]
|
||||
exclude = ["test*", "cookbook*", "doc*", "library*", "dist*"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
reme_ai = [
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue