Blob Blame History Raw
diff -Naur molecule-4.0.2.orig/setup.cfg molecule-4.0.2/setup.cfg
--- molecule-4.0.2.orig/setup.cfg	2022-10-18 00:44:50.354131472 +0100
+++ molecule-4.0.2/setup.cfg	2022-10-25 22:48:19.513164958 +0100
@@ -56,6 +56,15 @@
 include_package_data = True
 zip_safe = False
 
+[options.package_data]
+molecule =
+    cookiecutter/**/*.yml
+    cookiecutter/**/*.json
+molecule.data =
+    *.j2
+    *.yml
+    *.json
+
 # These are required in actual runtime:
 install_requires =
     ansible-compat >= 2.2.0
@@ -100,6 +109,8 @@
     pytest-testinfra >= 6.1.0
     pytest-xdist >= 2.1.0
     pytest >= 6.1.2
+    cookiecutter >= 1.7.3
+    click-help-colors >= 0.9
 lint =
     check-jsonschema >= 0.18.3
     flake8 >= 3.8.4