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
b71541e0
Commit
b71541e0
authored
Feb 08, 2021
by
Pierre Dittgen
Browse files
Fix packaging (validata.css, validata_popover.js)
parent
3c180c41
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
b71541e0
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
-
constraint frictionless version
-
constraint frictionless version
-
update README
-
update README
-
fix packaging by adding
`validata.css`
and
`validata_popover.js`
## 0.4.0a22
## 0.4.0a22
...
...
setup.py
View file @
b71541e0
...
@@ -60,6 +60,6 @@ setup(
...
@@ -60,6 +60,6 @@ setup(
},
},
packages
=
[
"validata_ui"
],
packages
=
[
"validata_ui"
],
include_package_data
=
True
,
include_package_data
=
True
,
package_data
=
{
"validata_ui"
:
[
"templates/*"
,
"static/**/*"
]},
package_data
=
{
"validata_ui"
:
[
"templates/*"
,
"static/*"
,
"static/**/*"
]},
zip_safe
=
True
,
zip_safe
=
True
,
)
)
Pierre Dittgen
@pdi
mentioned in issue
#74 (closed)
·
Feb 08, 2021
mentioned in issue
#74 (closed)
mentioned in issue #74
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