Skip to content

Commit

Permalink
remove dependency link
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris committed Mar 14, 2016
1 parent fe2d0b3 commit 1ed1dfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 1ed1dfa

Please sign in to comment.