summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 163d335..ff5b9fd 100644
--- a/setup.py
+++ b/setup.py
@@ -231,7 +231,9 @@ setup(name='pyeclib',
maintainer='Kevin Greenan and Tushar Gohad',
maintainer_email='kmgreen2@gmail.com, tusharsg@gmail.com',
url='https://opendev.org/openstack/pyeclib',
- bugtrack_url='https://bugs.launchpad.net/pyeclib',
+ project_urls={
+ 'Bug Tracker': 'https://bugs.launchpad.net/pyeclib',
+ },
description=('This library provides a simple Python interface for '
'implementing erasure codes. To obtain the best possible '
'performance, the underlying erasure code algorithms are '