Switch to unified view

a/Allura/setup.py b/Allura/setup.py
...
...
44
    setup_requires=["PasteScript >= 1.7"],
44
    setup_requires=["PasteScript >= 1.7"],
45
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail', 'Ming'],
45
    paster_plugins=['PasteScript', 'Pylons', 'TurboGears2', 'tg.devtools', 'ForgeMail', 'Ming'],
46
    packages=find_packages(exclude=['ez_setup']),
46
    packages=find_packages(exclude=['ez_setup']),
47
    include_package_data=True,
47
    include_package_data=True,
48
    test_suite='nose.collector',
48
    test_suite='nose.collector',
49
    tests_require=['WebTest >= 1.2', 'BeautifulSoup'],
49
    tests_require=['WebTest >= 1.2', 'BeautifulSoup', 'pytidylib'],
50
    package_data={'allura': ['i18n/*/LC_MESSAGES/*.mo',
50
    package_data={'allura': ['i18n/*/LC_MESSAGES/*.mo',
51
                                 'templates/*/*',
51
                                 'templates/*/*',
52
                                 'public/*/*']},
52
                                 'public/*/*']},
53
    message_extractors={'allura': [
53
    message_extractors={'allura': [
54
            ('**.py', 'python', None),
54
            ('**.py', 'python', None),