Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Alexandre Bulté
validata-ui
Commits
78a47f68
Commit
78a47f68
authored
Feb 20, 2019
by
Alexandre Bulté
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add templates and static to package_data
parent
212231f9
Pipeline
#564
failed with stages
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
setup.py
setup.py
+4
-0
No files found.
setup.py
View file @
78a47f68
...
...
@@ -22,6 +22,10 @@ setup(
packages
=
[
'validata_ui'
],
include_package_data
=
True
,
package_data
=
{
'validata_ui'
:
[
'templates/*'
,
'static/css/*'
,
'static/js/*'
,
'static/img/*'
],
},
install_requires
=
[
'backports-datetime-fromisoformat'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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