summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 21:19:38 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-01-11 21:19:38 -0500
commit26951e463213e333379258773b8cb123aa08c269 (patch)
tree793fee07f3d78cb5779720ab267a210217b5aa19
parent20c630a1b89c4f431d63e7bf5c04928956400bcb (diff)
updated 'download_url' in setup.py.
-rw-r--r--ChangeLog2
-rw-r--r--setup.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4515ff8..7342e25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
already exist.
* setup.py: added function for reading a file; we don't use the
read_file function from combox.file module anymore.
+ (config) 'download_url' updated to point to
+ git.ricketyspace.net/combox
* combox/file.py (rm_path): rm_path function, if it is given a
directory, purges it first before deleting it.
diff --git a/setup.py b/setup.py
index b0ca78a..1c24f72 100644
--- a/setup.py
+++ b/setup.py
@@ -36,7 +36,7 @@ config = {
'platforms': ['GNU/Linux', 'OS X'],
'license': 'GNU General Public License version 3 or later',
'url': 'https://ricketyspace.net/combox/',
- 'download_url': 'git://ricketyspace.net/combox.git',
+ 'download_url': 'https://git.ricketyspace.net/combox',
'author': 'combox contributors',
'author_email': 'sravik@bgsu.edu',
'install_requires': ['watchdog', 'PyYAML', 'pycrypto',