include openapi spec

This commit is contained in:
Benjamin Berman 2023-08-08 12:52:16 -07:00
parent 10b8be1c1f
commit 705c4caad3
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@ recursive-include web *
recursive-include comfy/sd1_tokenizer *
include comfy/sd1_clip_config.json
include comfy/sd2_clip_config.json
recursive-include comfy/api *

View File

@ -159,7 +159,7 @@ def dependencies() -> [str]:
return _dependencies
package_data = ['sd1_tokenizer/*', '**/*.json']
package_data = ['sd1_tokenizer/*', '**/*.json', '**/*.yaml']
if not is_editable:
package_data.append('web/**/*')
setup(