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
b8709fc4
Commit
b8709fc4
authored
Oct 26, 2018
by
Christophe Benz
Browse files
Define package_data in setup.py
parent
7a788957
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
b8709fc4
...
...
@@ -23,6 +23,9 @@ setup(
packages
=
[
'validata_validate'
],
include_package_data
=
True
,
package_data
=
{
'validata_validate'
:
[
'schema.toml'
,
'validata_spec.json'
],
},
install_requires
=
[
'goodtables'
,
'importlib_resources'
,
...
...
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