aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2010-09-04 00:17:01 +0200
committerMarcin Kuzminski <marcin@python-works.com>2010-09-04 00:17:01 +0200
commit387593fe54f82e81ea25c1b86381d5ae3529f611 (patch)
tree389a44a51a17735f8d019687bbe8e074961629e5 /setup.py
parente5e457f62d7e79055b3dc7ac31f34435d6732e82 (diff)
update setup script and config tmpl
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d1a7937b..f8a81975 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
from setuptools import setup, find_packages
setup(
- name='hg_app',
+ name='hg-app',
version=get_version(),
description='Mercurial repository serving and browsing app',
keywords='mercurial web hgwebdir replacement serving hgweb',