Change syutil dependency link to point at github.
This commit is contained in:
parent
fe3c5a2726
commit
e74e1d9d4d
2
setup.py
2
setup.py
|
@ -24,7 +24,7 @@ setup(
|
||||||
"py-bcrypt",
|
"py-bcrypt",
|
||||||
],
|
],
|
||||||
dependency_links=[
|
dependency_links=[
|
||||||
"git+ssh://git@git.openmarket.com/tng/syutil.git#egg=syutil-0.0.1",
|
"git+ssh://git@github.com:matrix-org/syutil.git#egg=syutil-0.0.1",
|
||||||
],
|
],
|
||||||
setup_requires=[
|
setup_requires=[
|
||||||
"setuptools_trial",
|
"setuptools_trial",
|
||||||
|
|
Loading…
Reference in New Issue