Switch to unified view

a/pyforge/setup.py b/pyforge/setup.py
...
...
33
        "python-openid >= 2.2.4",
33
        "python-openid >= 2.2.4",
34
        "python-ldap == 2.3.9",
34
        "python-ldap == 2.3.9",
35
        "python-dateutil >= 1.4.1",
35
        "python-dateutil >= 1.4.1",
36
        ],
36
        ],
37
    setup_requires=["PasteScript >= 1.7"],
37
    setup_requires=["PasteScript >= 1.7"],
38
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools'],
38
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail'],
39
    packages=find_packages(exclude=['ez_setup']),
39
    packages=find_packages(exclude=['ez_setup']),
40
    include_package_data=True,
40
    include_package_data=True,
41
    test_suite='nose.collector',
41
    test_suite='nose.collector',
42
    tests_require=['WebTest', 'BeautifulSoup'],
42
    tests_require=['WebTest', 'BeautifulSoup'],
43
    package_data={'pyforge': ['i18n/*/LC_MESSAGES/*.mo',
43
    package_data={'pyforge': ['i18n/*/LC_MESSAGES/*.mo',