Setting up download URL for new hosting location.
This commit is contained in:
parent
9c1660f467
commit
56c902258d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -11,7 +11,7 @@ setup(
|
||||||
author='Dan Helfman',
|
author='Dan Helfman',
|
||||||
author_email='witten@torsion.org',
|
author_email='witten@torsion.org',
|
||||||
url='https://torsion.org/borgmatic',
|
url='https://torsion.org/borgmatic',
|
||||||
download_url='https://torsion.org/hg/borgmatic/archive/%s.tar.gz' % VERSION,
|
download_url='https://projects.torsion.org/witten/borgmatic/archive/%s.tar.gz' % VERSION,
|
||||||
classifiers=(
|
classifiers=(
|
||||||
'Development Status :: 5 - Production/Stable',
|
'Development Status :: 5 - Production/Stable',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
|
|
Loading…
Reference in a new issue