Skip to content
Snippets Groups Projects
Commit 1e0faa41 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

setup.py install templates as package data

parent 1ab3f864
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -29,4 +29,14 @@ setup(name="relate-courseware",
"pyyaml",
"lxml",
"nbconvert>=5.2.1",
])
],
package_data={
"relate": [
"templates/*.html",
],
"course": [
"templates/course/*.html",
"templates/course/jinja2/*.tpl",
],
},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment