We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76410ab commit 712df19Copy full SHA for 712df19
1 file changed
setup.py
@@ -15,7 +15,7 @@
15
16
setuptools.setup(
17
name="netpyne_ui",
18
- version="0.4.2",
+ version="0.4.3",
19
url="https://github.com/MetaCell/NetPyNE-UI",
20
author="MetaCell",
21
author_email="info@metacell.us",
@@ -24,9 +24,7 @@
24
long_description=open('README.rst').read(),
25
data_files=data_files,
26
packages=setuptools.find_packages(),
27
- package_data={
28
- '': ['*.hoc']
29
- },
+ include_package_data=True,
30
scripts=['NetPyNE-UI'],
31
classifiers=[
32
'Development Status :: 3 - Alpha',
@@ -39,7 +37,7 @@
39
37
'Programming Language :: Python :: 3.7'
40
38
],
41
install_requires=[
42
- 'jupyter_geppetto==0.4.1.4',
+ 'jupyter_geppetto==0.4.1.5',
43
'netpyne==0.9.0'
44
45
)
0 commit comments