Skip to content
Snippets Groups Projects
Commit 7c5a9ccd authored by Olivier Bertrand's avatar Olivier Bertrand
Browse files

update setup to include configs resources

parent d5bbe919
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,10 @@ setup_dict = {'name': 'navipy',
'ipython',
'flake8',
'tox'],
'package_data': {'navipy': ['resources/database.db',
'resources/*.blend']},
'package_data': {'navipy':
['resources/database.db',
'resources/*.blend',
'resources/confgis/*.yaml']},
'include_package_data': True,
'entry_points': {
'console_scripts': [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment