aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cf05e1d..709135d 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ if os.path.exists(man_path):
data_files.append(('share/man/man1', [man_path]))
setup(
- name='Bugs Everywhere',
+ name='bugs-everywhere',
version='{}'.format(version.version()),
description='Bugtracker supporting distributed revision control',
url='http://bugseverywhere.org/',