pypi with non-py files

This commit is contained in:
better629 2024-03-28 18:24:14 +08:00
parent d80f65b538
commit 6c40b5ccae
2 changed files with 4 additions and 0 deletions

View file

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