comparison setup.py @ 549:f99075170eb4

more renames for rhode code !!
author Marcin Kuzminski <marcin@python-works.com>
date Wed, 06 Oct 2010 03:34:18 +0200
parents 1e757ac98988
children 2642f128ad46
comparison
equal deleted inserted replaced
548:b75b77ef649d 549:f99075170eb4
5 from ez_setup import use_setuptools 5 from ez_setup import use_setuptools
6 use_setuptools() 6 use_setuptools()
7 from setuptools import setup, find_packages 7 from setuptools import setup, find_packages
8 8
9 setup( 9 setup(
10 name='HgApp-%s' % get_version(), 10 name='RhodeCode-%s' % get_version(),
11 version=get_version(), 11 version=get_version(),
12 description='Mercurial repository serving and browsing app', 12 description='Mercurial repository serving and browsing app',
13 keywords='mercurial web hgwebdir replacement serving hgweb', 13 keywords='mercurial web hgwebdir replacement serving hgweb rhodecode',
14 license='BSD', 14 license='BSD',
15 author='marcin kuzminski', 15 author='marcin kuzminski',
16 author_email='marcin@python-works.com', 16 author_email='marcin@python-works.com',
17 url='http://hg.python-works.com', 17 url='http://hg.python-works.com',
18 install_requires=[ 18 install_requires=[