diff --git a/.dockerignore b/.dockerignore index f59ec20aa..e787aefe2 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1,4 @@ -* \ No newline at end of file +* +!comfy* +!pyproject.toml +!README.md \ No newline at end of file diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 473f17b0b..000000000 --- a/MANIFEST.in +++ /dev/null @@ -1,4 +0,0 @@ -recursive-include comfy/ * -include requirements-dev.txt -include requirements.txt -include README.md \ No newline at end of file