summaryrefslogtreecommitdiff
path: root/open-source-lorries/python-setuptools.lorry
blob: 592fcdf535b4127519fc867683ea55df19712b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "python-setuptools": {
        "type": "svn",
        "url": "http://svn.python.org/projects/sandbox/",
        "layout": {
            "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"
    }
}