Switch to unified view
a/ForgeMail/setup.py | b/ForgeMail/setup.py | ||
---|---|---|---|
... |
... |
||
22 | 'pyforge', |
22 | 'pyforge', |
23 | ], |
23 | ], |
24 | entry_points=""" |
24 | entry_points=""" |
25 | # -*- Entry points: -*- |
25 | # -*- Entry points: -*- |
26 | [pyforge] |
26 | [pyforge] |
27 | Mail=forgemail.main:ForgeMailApp |
27 | Mail=forgemail.mail_main:ForgeMailApp
|
28 | 28 | ||
29 | [paste.paster_command] |
29 | [paste.paster_command] |
30 | smtp_server=forgemail.app.command:SMTPServerCommand |
30 | smtp_server=forgemail.app.command:SMTPServerCommand |
31 | """, |
31 | """, |
32 | ) |
32 | ) |