Skip to content

Commit 712df19

Browse files
committed
include data files on deployment
1 parent 76410ab commit 712df19

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

setup.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="netpyne_ui",
18-
version="0.4.2",
18+
version="0.4.3",
1919
url="https://github.com/MetaCell/NetPyNE-UI",
2020
author="MetaCell",
2121
author_email="info@metacell.us",
@@ -24,9 +24,7 @@
2424
long_description=open('README.rst').read(),
2525
data_files=data_files,
2626
packages=setuptools.find_packages(),
27-
package_data={
28-
'': ['*.hoc']
29-
},
27+
include_package_data=True,
3028
scripts=['NetPyNE-UI'],
3129
classifiers=[
3230
'Development Status :: 3 - Alpha',
@@ -39,7 +37,7 @@
3937
'Programming Language :: Python :: 3.7'
4038
],
4139
install_requires=[
42-
'jupyter_geppetto==0.4.1.4',
40+
'jupyter_geppetto==0.4.1.5',
4341
'netpyne==0.9.0'
4442
],
4543
)

0 commit comments

Comments
 (0)