Skip to content

Commit 5ffd082

Browse files
Fix package creation
* Add missing `__init__.py` for `utils` module * Fix templates include in package
1 parent 21253fd commit 5ffd082

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include cloudinary_cli/templates/*
1+
recursive-include cloudinary_cli/templates *

cloudinary_cli/utils/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)