Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

Commit

Permalink
- upload yml file
Browse files Browse the repository at this point in the history
- fix jupyter-client version
  • Loading branch information
luiztauffer committed Mar 2, 2020
1 parent d608771 commit 513ebb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include *.yml
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,19 @@

setup(
name='nwbn-conversion-tools',
version='0.3.0',
version='0.3.3',
description='Convert data to nwb',
long_description=long_description,
long_description_content_type='text/markdown',
author='Ben Dichter and Luiz Tauffer',
author_email='[email protected]',
keywords='nwb',
packages=find_packages(),
package_data={'': ['template_metafile.yml']},
include_package_data=True,
install_requires=[
'pynwb', 'tqdm', 'natsort', 'numpy', 'scipy', 'bs4',
'pandas', 'jupyter', 'matplotlib', 'h5py', 'pyyaml',
'pandas', 'jupyter', 'matplotlib', 'h5py', 'pyyaml', 'jupyter-client==5.3.4',
'spikeextractors', 'spikesorters', 'spiketoolkit', 'herdingspikes',
'PySide2', 'nwbwidgets', 'psutil', 'voila'
],
Expand Down

0 comments on commit 513ebb6

Please sign in to comment.