Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit fdde0d3

Browse files
committed
Use release tarball link
1 parent 7b862de commit fdde0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ def readme():
3636
author_email="[email protected]",
3737
keywords = "backoff function decorator",
3838
url="https://github.com/litl/backoff",
39-
download_url="https://github.com/litl/backoff/tarball/v1.4.0",
39+
download_url="https://github.com/litl/backoff/archive/v1.4.0.tar.gz",
4040
license="MIT",
4141
classifiers=classifiers)

0 commit comments

Comments
 (0)