Skip to content

Commit

Permalink
setup fixed?
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlei committed Nov 4, 2016
1 parent e2fec3c commit 8a2dfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
#test_suite = "smop.testsuite.test_lexer",
#include_package_data = True,
#package_data = { 'smop': ['*.m', 'Makefile'], },
install_requires = ['ply', 'numpy', 'scipy', 'networkx', 'pygraphviz'],
install_requires = ['ply', 'numpy', 'scipy', 'networkx'],
)

0 comments on commit 8a2dfb0

Please sign in to comment.