Switch to unified view
a/ForgeWiki/setup.py | b/ForgeWiki/setup.py | ||
---|---|---|---|
... |
... |
||
23 | ], |
23 | ], |
24 | entry_points=""" |
24 | entry_points=""" |
25 | # -*- Entry points: -*- |
25 | # -*- Entry points: -*- |
26 | [allura] |
26 | [allura] |
27 | Wiki=forgewiki.wiki_main:ForgeWikiApp |
27 | Wiki=forgewiki.wiki_main:ForgeWikiApp |
28 | |||
29 | [flyway.migrations] |
||
30 | ForgeWiki=forgewiki.model.migrations |
||
31 | """, |
28 | """, |
32 | ) |
29 | ) |