Skip to content
Snippets Groups Projects
Commit 84a2f726 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

working on package_data

parent 0fc9084b
No related branches found
No related tags found
No related merge requests found
Pipeline #10739 passed
...@@ -21,6 +21,10 @@ setup( ...@@ -21,6 +21,10 @@ setup(
test_suite="runtests.run_all_tests", test_suite="runtests.run_all_tests",
package_data= {'basetheme_bootstrap' : [ package_data= {'basetheme_bootstrap' : [
"templatetags/*", "templatetags/*",
"templates/basetheme_bootstrap/*",
"templates/registration/*",
"templates/*", "templates/*",
"static/css/*",
"static/js/*",
] }, ] },
) )
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