summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--open-source-lorries/python-setuptools-bitbucket.lorry3
-rw-r--r--open-source-lorries/python-setuptools.lorry7
2 files changed, 8 insertions, 2 deletions
diff --git a/open-source-lorries/python-setuptools-bitbucket.lorry b/open-source-lorries/python-setuptools-bitbucket.lorry
index e749709..21a6f1f 100644
--- a/open-source-lorries/python-setuptools-bitbucket.lorry
+++ b/open-source-lorries/python-setuptools-bitbucket.lorry
@@ -1,6 +1,7 @@
{
"python-setuptools-bitbucket": {
"type": "hg",
- "url": "https://bitbucket.org/pypa/setuptools"
+ "url": "https://bitbucket.org/pypa/setuptools",
+ "description": "Obsolete (use python-setuptools-git)"
}
}
diff --git a/open-source-lorries/python-setuptools.lorry b/open-source-lorries/python-setuptools.lorry
index cc5feb4..592fcdf 100644
--- a/open-source-lorries/python-setuptools.lorry
+++ b/open-source-lorries/python-setuptools.lorry
@@ -6,6 +6,11 @@
"trunk": "trunk/setuptools",
"branches": "branches/setuptools/*",
"tags": "tags/setuptools/*"
- }
+ },
+ "description": "Obsolete (use python-setuptools-git)"
+ },
+ "python-setuptools-git": {
+ "type": "git",
+ "url": "https://github.com/pypa/setuptools.git"
}
}