Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
validata-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Validata
validata-ui
Commits
6295d2f5
Commit
6295d2f5
authored
Jun 25, 2019
by
Christophe Benz
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
setup.py
setup.py
+5
-1
No files found.
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
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