You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by ke...@apache.org on 2020/01/24 18:59:06 UTC

[allura] 13/13: [#7878] string fix in setup.py

This is an automated email from the ASF dual-hosted git repository.

kentontaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 84787b5121cb62e20112617872137020a6dd1d5e
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Tue Jan 21 16:08:23 2020 +0000

    [#7878] string fix in setup.py
---
 Allura/setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 @@ setup(
     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',