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

working on package_data

parent 06992dbb
No related branches found
No related tags found
No related merge requests found
Pipeline #10738 passed
...@@ -19,5 +19,8 @@ setup( ...@@ -19,5 +19,8 @@ setup(
], ],
license="BSD", license="BSD",
test_suite="runtests.run_all_tests", test_suite="runtests.run_all_tests",
package_data= {'basetheme_bootstrap' : ["basetheme_bootstrap/*"] }, package_data= {'basetheme_bootstrap' : [
"templatetags/*",
"templates/*",
] },
) )
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