[#7878] string fix in setup.py
diff --git a/Allura/setup.py b/Allura/setup.py
index 629ff12..5abbc6e 100644
--- a/Allura/setup.py
+++ b/Allura/setup.py
@@ -56,7 +56,7 @@
     include_package_data=True,
     test_suite='nose.collector',
     tests_require=['WebTest >= 1.2', 'BeautifulSoup', 'nose'],
-    package_data={'allura': ['i18n/*/LC_MESSAGES/*.mo',
+    package_data={str('allura'): ['i18n/*/LC_MESSAGES/*.mo',
                              'templates/**.html',
                              'templates/**.py',
                              'templates/**.xml',