pypi with non-py files

This commit is contained in:
better629 2024-03-28 18:24:14 +08:00
parent 9da9255fdf
commit 3a699816a0
2 changed files with 4 additions and 0 deletions

View file

@ -88,4 +88,5 @@ setup(
"metagpt=metagpt.software_company:app",
],
},
include_package_data=True,
)