Skip to content

Commit

Permalink
missing comma in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thw17 committed Sep 21, 2017
1 parent 6a31e30 commit be969c2
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 @@ -21,7 +21,7 @@
setup_requires=['pytest-runner'],
tests_require=['pytest'],
install_requires=[
'matplotlib', 'numpy', 'pandas', 'pybedtools', 'pysam', 'scipy']
'matplotlib', 'numpy', 'pandas', 'pybedtools', 'pysam', 'scipy'],
entry_points={
"console_scripts": ['xyalign = xyalign.xyalign:main']},
)

0 comments on commit be969c2

Please sign in to comment.