From f972982b42c27b89d3ca3af3f792166ca18d170b Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sun, 22 Mar 2009 16:12:08 +0000 Subject: [PATCH] Make the default GIT repository "origin" --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c3d3c9c..c779152 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ MASTER_FEED_UPLOAD_COMMAND= # HEAD and the release tag will be pushed to this using a command # such as "git-push main master v0.1" # If unset, you'll have to update it yourself. -#PUBLIC_SCM_REPOSITORY=main +#PUBLIC_SCM_REPOSITORY=origin PUBLIC_SCM_REPOSITORY= cd `dirname "$0"` -- 2.11.4.GIT