Skip to content
Snippets Groups Projects
Commit f13dc2a0 authored by Matthew Johnson's avatar Matthew Johnson
Browse files

remove package_data

parent ecb947ba
No related branches found
No related tags found
No related merge requests found
...@@ -111,7 +111,6 @@ setup(name='pyhsmm', ...@@ -111,7 +111,6 @@ setup(name='pyhsmm',
install_requires=[ install_requires=[
"numpy", "scipy", "matplotlib", "nose", "pybasicbayes >= 0.1.3"], "numpy", "scipy", "matplotlib", "nose", "pybasicbayes >= 0.1.3"],
setup_requires=['numpy'], setup_requires=['numpy'],
package_data={"pyhsmm": [os.path.join("examples", "*.txt")]},
ext_modules=ext_modules, ext_modules=ext_modules,
classifiers=[ classifiers=[
'Development Status :: 4 - Beta', 'Development Status :: 4 - Beta',
......
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