Skip to content

Commit

Permalink
add include_package_data (#528)
Browse files Browse the repository at this point in the history
* add include_package_data

* fix setup

Co-authored-by: wojciechbodo <[email protected]>
  • Loading branch information
wbodo and wojciechbodo authored Aug 20, 2020
1 parent 4005fd8 commit 3d01ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
author='Novela Neurotech',
url="https://github.com/NovelaNeuro/rec_to_nwb",
packages=find_packages(),
package_data={'': ['logging.conf', 'data/fl_lab_header.xsd', 'data/reconfig_header.xsd']},
package_data={'': ['logging.conf', 'data/fl_lab_header.xsd', 'data/reconfig_header.xsd', 'data/default_header.xml']},
description='Data transformation from rec binary files into NWB 2.0 format',
platforms='Posix; MacOS X; Windows',
python_requires='>=3.6',
python_requires='>=3.6'
)

0 comments on commit 3d01ce3

Please sign in to comment.