Commit 055e1166 by Brandon DeRosier Committed by GitHub

Merge pull request #9 from open-craft/bdero/fix-distutils-install

Include "templates" dir when creating packages with distutils
parents ded76fc8 fc9aa5f7
...@@ -36,5 +36,5 @@ setup( ...@@ -36,5 +36,5 @@ setup(
'vectordraw = vectordraw:VectorDrawXBlock', 'vectordraw = vectordraw:VectorDrawXBlock',
] ]
}, },
package_data=package_data("vectordraw", ["static", "public"]), package_data=package_data("vectordraw", ["static", "public", "templates"]),
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment