Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
6295d2f5
Commit
6295d2f5
authored
Jun 25, 2019
by
Christophe Benz
Browse files
Include package data (templates and static)
parent
e82709a2
Pipeline
#1111
passed with stage
in 4 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
6295d2f5
...
...
@@ -13,7 +13,7 @@ with readme_filepath.open('rt', encoding='utf-8') as fd:
setup
(
name
=
'validata_ui'
,
version
=
'0.2.
8
'
,
version
=
'0.2.
9
'
,
description
=
'Validata Web UI'
,
long_description
=
LONG_DESCRIPTION
,
...
...
@@ -49,6 +49,10 @@ setup(
],
packages
=
[
'validata_ui'
],
include_package_data
=
True
,
package_data
=
{
'validata_ui'
:
[
'templates/*'
,
'static/**/*'
],
},
zip_safe
=
True
,
install_requires
=
[
...
...
Christophe Benz
@cbenz
mentioned in merge request
!2 (closed)
·
Jun 25, 2019
mentioned in merge request
!2 (closed)
mentioned in merge request !2
Toggle commit list
Write
Preview
Supports
Markdown
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