Skip to content

Commit

Permalink
Remove dependency links from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
querti committed Apr 1, 2021
1 parent 4001085 commit 1db4c85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ def read_content(filepath):

INSTALL_REQURIES = ["setuptools", "pubtools-pulplib", "pubtools-pulp", "iiblib"]

DEPENDENCY_LINKS = [
"git+https://gitlab.cee.redhat.com/jluza/iiblib.git@master#egg=iiblib",
]
DEPENDENCY_LINKS = []


long_description = read_content("README.rst") + read_content(
Expand Down

0 comments on commit 1db4c85

Please sign in to comment.