diff setup.cfg @ 589:36d54d4479db

Fixed i18n installation
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 11 Oct 2010 19:10:19 +0200
parents 0971e79cb357
children 0a48c1ec04fc
line wrap: on
line diff
--- 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