Switch to unified view
a/ForgeWiki/setup.py | b/ForgeWiki/setup.py | ||
---|---|---|---|
... |
... |
||
17 | packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
17 | packages=find_packages(exclude=['ez_setup', 'examples', 'tests']), |
18 | include_package_data=True, |
18 | include_package_data=True, |
19 | zip_safe=False, |
19 | zip_safe=False, |
20 | install_requires=[ |
20 | install_requires=[ |
21 | # -*- Extra requirements: -*- |
21 | # -*- Extra requirements: -*- |
22 | 'pyforge', |
22 | 'allura', |
23 | ], |
23 | ], |
24 | entry_points=""" |
24 | entry_points=""" |
25 | # -*- Entry points: -*- |
25 | # -*- Entry points: -*- |
26 | [pyforge] |
26 | [allura] |
27 | Wiki=forgewiki.wiki_main:ForgeWikiApp |
27 | Wiki=forgewiki.wiki_main:ForgeWikiApp |
28 | 28 | ||
29 | [flyway.migrations] |
29 | [flyway.migrations] |
30 | ForgeWiki=forgewiki.model.migrations |
30 | ForgeWiki=forgewiki.model.migrations |
31 | """, |
31 | """, |