aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-10-11 19:10:19 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-10-11 19:10:19 +0200
commit0a3f1dfd92e29089054724eabc3a1bdafb31a720 (patch)
tree40a6f76c76c90957fd8dbe5e798e0d59c4d460f5 /setup.cfg
parent46fd27c6295c0cf75f86fb14714859ed4b53f3dc (diff)
Fixed i18n installation
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 1 insertions, 9 deletions
diff --git a/setup.cfg b/setup.cfg
index 1fc8c855..68efcd7e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
[egg_info]
-tag_build = rc2
+tag_build = rc3
tag_svn_revision = true
[easy_install]
@@ -32,11 +32,3 @@ domain = rhodecode
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