Skip to content

Commit

Permalink
Fix setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Hammer committed Dec 11, 2017
1 parent 36e46a5 commit f0312c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ def read(fname):
test_suite="tests",
install_requires=[
],
<<<<<<< HEAD
scripts=['bin/design-cofold.py','bin/design-generategraphml.py','bin/design-multistate.py','bin/design-printgraphml.py','bin/design-thermoswitch.py','bin/design-ligand_switch.py'],
=======
scripts=['bin/design-cofold.py','bin/design-generategraphml.py','bin/design-multistate.py','bin/design-printgraphml.py','bin/design-thermoswitch.py','bin/design-ligandswitch.py'],
>>>>>>> master
long_description=read('README.rst'),
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit f0312c9

Please sign in to comment.