aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 96f11d1..a8f9313 100755
--- a/setup.py
+++ b/setup.py
@@ -101,12 +101,12 @@ test_data = {"mirrorselect": []}
core.setup(
name="mirrorselect",
version=__version__,
- description="Tool for selecting Gentoo source and rsync mirrors.",
+ description="Tool for selecting Gentoo source and rsync mirrors",
author="",
author_email="",
maintainer="Gentoo Portage Tools Team",
maintainer_email="tools-portage@gentoo.org",
- url="http://www.gentoo.org/proj/en/portage/tools/index.xml",
+ url="https://wiki.gentoo.org/wiki/Project:Portage-Tools",
download_url="http://distfiles.gentoo.org/distfiles/mirrorselect-%s.tar.gz"
% __version__,
packages=["mirrorselect"],