Switch to unified view
a/ForgeImporters/setup.py | b/ForgeImporters/setup.py | ||
---|---|---|---|
... |
... |
||
32 | zip_safe=False, |
32 | zip_safe=False, |
33 | install_requires=['Allura', ], |
33 | install_requires=['Allura', ], |
34 | entry_points=""" |
34 | entry_points=""" |
35 | # -*- Entry points: -*- |
35 | # -*- Entry points: -*- |
36 | [allura.project_importers] |
36 | [allura.project_importers] |
37 | google-code = forgeimporters.google.project:GoogleCodeProjectImporter |
||
37 | 38 | ||
38 | [allura.importers] |
39 | [allura.importers] |
39 | """,) |
40 | """,) |