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
Alexandre Bulté
Validata Core
Commits
0174a0dd
Commit
0174a0dd
authored
Feb 19, 2019
by
Alexandre Bulté
Browse files
Add custom_checks/* to package_data
parent
9f83a7f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
0174a0dd
...
...
@@ -24,7 +24,7 @@ setup(
packages
=
[
'validata_core'
],
include_package_data
=
True
,
package_data
=
{
'validata_core'
:
[
'schemas.toml'
,
'validata_spec.json'
],
'validata_core'
:
[
'schemas.toml'
,
'validata_spec.json'
,
'custom_checks/*'
],
},
install_requires
=
[
'goodtables'
,
...
...
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