Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Sep 25, 2015
1 parent 138c584 commit f0d76df
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions setup.py
Expand Up @@ -41,13 +41,15 @@ def run_tests(self):
'Programming Language :: Python',
'Topic :: Scientific/Engineering :: Bio-Informatics',
],
install_requires=["argparse>=1.2.1",
"click>=5.1",
"clint>=0.3.1",
"lockfile>=0.9.1",
"pytest==2.3.5",
"PyYAML>=3.11",
"simplejson>=3.3.2"]
install_requires=[
"argparse>=1.2.1",
"click>=5.1",
"clint>=0.3.1",
"lockfile>=0.9.1",
"pytest==2.3.5",
"PyYAML>=3.11",
"simplejson>=3.3.2"
],
entry_points={
'console_scripts': [
'%s = indexfile.cli.indexfile_main:cli' % indexfile.__name__,
Expand Down

0 comments on commit f0d76df

Please sign in to comment.