From 84a2f7265141c54962d912f19bc5351510a41bcc Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 27 Mar 2019 14:58:51 +0100 Subject: [PATCH] working on package_data --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 1dfbfd9..9db8bcc 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,10 @@ setup( test_suite="runtests.run_all_tests", package_data= {'basetheme_bootstrap' : [ "templatetags/*", + "templates/basetheme_bootstrap/*", + "templates/registration/*", "templates/*", + "static/css/*", + "static/js/*", ] }, ) -- GitLab