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

3
MANIFEST.in Normal file
View file

@ -0,0 +1,3 @@
recursive-include metagpt/ext/stanford_town/prompts *.txt
recursive-include metagpt/ext/stanford_town/static_dirs *.csv
recursive-include metagpt/ext/stanford_town/static_dirs *.json

View file

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