Description: Don't install scripts with distutils
 They are going into a separate package, so there is no need
 for setuptools to know about it.
Author: Afif Elghraoui <afif@ghraoui.name>
Forwarded: not-needed
Last-Update: 2015-09-14
--- pbgenomicconsensus.orig/setup.py
+++ pbgenomicconsensus/setup.py
@@ -15,13 +15,6 @@
     author='Pacific Biosciences',
     author_email='devnet@pacificbiosciences.com',
     license=open('LICENSES').read(),
-    scripts = ['bin/variantCaller.py',
-               'bin/summarizeConsensus.py',
-               'bin/gffToVcf.py',
-               'bin/gffToBed.py',
-               'bin/makePbi.py',
-               'bin/plurality',
-               'bin/quiver'],
     packages = find_packages(),
     package_data={'GenomicConsensus.quiver': ['resources/*/GenomicConsensus/*.ini']},
     include_package_data=True,
