Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
0fc9084b
Commit
0fc9084b
authored
Mar 27, 2019
by
Bryan BRANCOTTE
Browse files
working on package_data
parent
06992dbb
Pipeline
#10738
passed with stage
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
0fc9084b
...
...
@@ -19,5 +19,8 @@ setup(
],
license
=
"BSD"
,
test_suite
=
"runtests.run_all_tests"
,
package_data
=
{
'basetheme_bootstrap'
:
[
"basetheme_bootstrap/*"
]
},
package_data
=
{
'basetheme_bootstrap'
:
[
"templatetags/*"
,
"templates/*"
,
]
},
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment