changeset 589:36d54d4479db

Fixed i18n installation
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 19:10:19 +0200
parents 7949ea595483
children 2cb2346d4641
files MANIFEST.in setup.cfg setup.py
diffstat 3 files changed, 6 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/MANIFEST.in	Mon Oct 11 13:52:56 2010 +0200
+++ b/MANIFEST.in	Mon Oct 11 19:10:19 2010 +0200
@@ -1,5 +1,8 @@
 include rhodecode/config/deployment.ini_tmpl
 
+include README.rst
+recursive-include rhodecode/i18n/ *
+
 #images
 recursive-include rhodecode/public/css *
 recursive-include rhodecode/public/images *
--- a/setup.cfg	Mon Oct 11 13:52:56 2010 +0200
+++ b/setup.cfg	Mon Oct 11 19:10:19 2010 +0200
@@ -1,5 +1,5 @@
 [egg_info]
-tag_build = rc2
+tag_build = rc3
 tag_svn_revision = true
 
 [easy_install]
@@ -32,11 +32,3 @@
 input_file = rhodecode/i18n/rhodecode.pot
 output_dir = rhodecode/i18n
 previous = true
-
-[build_sphinx]
-source-dir = docs/
-build-dir  = docs/_build
-all_files  = 1
-
-[upload_sphinx]
-upload-dir = docs/_build/html
--- a/setup.py	Mon Oct 11 13:52:56 2010 +0200
+++ b/setup.py	Mon Oct 11 19:10:19 2010 +0200
@@ -40,8 +40,8 @@
     readme_file = 'README.rst'
     long_description = open(readme_file).read()
 except IOError, err:
-    sys.stderr.write("[ERROR] Cannot find file specified as "
-        "long_description (%s)\n" % readme_file)
+    sys.stderr.write("[WARNING] Cannot find file specified as "
+        "long_description (%s)\n skipping that file" % readme_file)
     long_description = description