Skip to content

Commit

Permalink
Fix distribution name for libroadrunner
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuhlich committed Jan 2, 2019
1 parent 3f65185 commit f6302b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -28,7 +28,7 @@ def main():
setup_requires=['nose'],
tests_require=['coverage', 'pygraphviz', 'matplotlib', 'pexpect',
'pandas', 'theano', 'h5py', 'mock', 'cython',
'python-libsbml', 'roadrunner'],
'python-libsbml', 'libroadrunner'],
cmdclass=cmdclass,
keywords=['systems', 'biology', 'model', 'rules'],
classifiers=[
Expand Down

0 comments on commit f6302b3

Please sign in to comment.