aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-10-06 03:34:18 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-10-06 03:34:18 +0200
commit546ee875b309e689afa705e80be0aea482b8379b (patch)
tree83a22d7e2f16f56e197a997992249fb4f07175f8 /setup.py
parent5c49b550e755b2c0ab6d9f3cf6fb783cab9697f7 (diff)
more renames for rhode code !!
--HG-- rename : init.d/hg_app_daemon => init.d/rhodecode_daemon rename : init.d/hg_app_daemon2 => init.d/rhodecode_daemon2
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 52c2d6af..ff6b4831 100644
--- a/setup.py
+++ b/setup.py
@@ -7,10 +7,10 @@ except ImportError:
from setuptools import setup, find_packages
setup(
- name='HgApp-%s' % get_version(),
+ name='RhodeCode-%s' % get_version(),
version=get_version(),
description='Mercurial repository serving and browsing app',
- keywords='mercurial web hgwebdir replacement serving hgweb',
+ keywords='mercurial web hgwebdir replacement serving hgweb rhodecode',
license='BSD',
author='marcin kuzminski',
author_email='marcin@python-works.com',