Skip to content

Commit fecd748

Browse files
committed
Update info in setup.py
1 parent f371653 commit fecd748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
packages=['pybnf'],
1818
entry_points={'console_scripts': ['pybnf = pybnf.pybnf:main']},
1919
version=version,
20-
description='An application for parallel fitting of BioNetGen models using metaheuristics',
20+
description='An application for parallel fitting of BioNetGen and SBML models using metaheuristics',
2121
long_description=long_desc,
22-
author='Alex Ionkov, Eshan Mitra, Ryan Suderman',
22+
author='Eshan Mitra, Ryan Suderman, Alex Ionkov',
2323
package=['pybnf'],
2424
install_requires=['distributed==1.24.0', 'paramiko', 'numpy', 'nose', 'pyparsing', 'libroadrunner>=1.5.2',
2525
'dask==0.20.0', 'tornado >= 4.5.1, < 5.0.0'])

0 commit comments

Comments
 (0)