[tor-commits] [bridgedb/master] Add a download_url to setuptools.setup(). While we're at it, why not?

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:30 UTC 2014


commit 1c475dc17b92dcafe16105c419284b8c684caa48
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Oct 15 05:03:29 2013 +0000

    Add a download_url to setuptools.setup(). While we're at it, why not?
---
 setup.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 6f5868a..731a22e 100644
--- a/setup.py
+++ b/setup.py
@@ -253,6 +253,7 @@ setuptools.setup(
     maintainer='Isis Agora Lovecruft',
     maintainer_email='isis at torproject.org 0xA3ADB67A2CDB8B35',
     url='https://www.torproject.org',
+    download_url='https://gitweb.torproject.org/bridgedb.git',
     package_dir={'': 'lib'},
     packages=['bridgedb'],
     scripts=['scripts/bridgedb',





More information about the tor-commits mailing list