Skip to content

Commit

Permalink
Switch dependency_links to https for pyzfscmds
Browse files Browse the repository at this point in the history
  • Loading branch information
johnramsden committed May 30, 2018
1 parent a1db799 commit 5603906
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,14 @@
]

dependency_links = [
'git+ssh://git@github.com/johnramsden/pyzfscmds.git#egg=pyzfscmds'
'git+https://github.com/johnramsden/pyzfscmds#egg=pyzfscmds'
]


def readme():
with open('README.rst') as f:
return f.read()


# Install all with:
# pip install -e .
# pip install '.[dev]' '.[test]' \
# --process-dependency-links git+ssh://git@github.com/johnramsden/pyzfscmds.git#egg=pyzfscmds
setup(
name='zedenv',
version=__version__,
Expand Down

0 comments on commit 5603906

Please sign in to comment.