Switch to unified view
a/ForgeMail/setup.py | b/ForgeMail/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 | Mail=forgemail.mail_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 | """, |