From 1ed1dfae04cdb45a967625a0c634d27668f05572 Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 14 Mar 2016 16:35:08 +0100 Subject: [PATCH] remove dependency link --- setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 93434e3..c2749fa 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools.command.test import test as TestCommand import sys -VERSION = "1.73.2" +VERSION = "1.73.3" DESCRIPTION = """ pita - pita improves transcript annotation """ @@ -39,9 +39,9 @@ def run_tests(self): ], data_files=[], tests_require=['pytest'], - dependency_links = [ - 'https://github.com/simonvh/gimmemotifs/archive/0.8.7.tar.gz#egg=gimmemotifs-0.8.7', - ], + # dependency_links = [ + # 'https://github.com/simonvh/gimmemotifs/archive/0.8.7.tar.gz#egg=gimmemotifs-0.8.7', + # ], install_requires=[ "numpy", "SQLAlchemy",