You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2020/01/21 16:08:39 UTC

[allura] branch db/7878 updated: [#7878] string fix in setup.py

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

brondsem pushed a commit to branch db/7878
in repository https://gitbox.apache.org/repos/asf/allura.git


The following commit(s) were added to refs/heads/db/7878 by this push:
     new f155a63  [#7878] string fix in setup.py
f155a63 is described below

commit f155a632f47cb5b18517c5b73ddcfe9e6f13c76a
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',