summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-06-01 20:37:41 +0200
committerErich Eckner <git@eckner.net>2021-06-01 20:37:41 +0200
commit02660608b7135d0a5e9bfb4725f98f30f0620c1c (patch)
tree759ee3be9c36782874cfd504db94778c677051c2
parentc0735154b444cdf2d392ac06477efb4022ab325c (diff)
downloadreflector32-02660608b7135d0a5e9bfb4725f98f30f0620c1c.tar.xz
reflector-2020.12.20.1.tar.xz
-rw-r--r--Reflector.py2
-rw-r--r--setup.py6
2 files changed, 4 insertions, 4 deletions
diff --git a/Reflector.py b/Reflector.py
index 26e5b99..dcf85fd 100644
--- a/Reflector.py
+++ b/Reflector.py
@@ -66,7 +66,7 @@ DEFAULT_CACHE_TIMEOUT = 300
SORT_TYPES = {
'age': 'last server synchronization',
'rate': 'download rate',
- 'country': 'server\'s location',
+ 'country': 'country name, either alphabetically or in the order given by the --country option',
'score': 'MirrorStatus score',
'delay': 'MirrorStatus delay',
}
diff --git a/setup.py b/setup.py
index 26d3e89..1b37df3 100644
--- a/setup.py
+++ b/setup.py
@@ -5,11 +5,11 @@ import time
setup(
name='Reflector',
- version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime( 1608497380)),
- description='A Python 3 module and script to retrieve and filter the latest Pacman mirror list.',
+ version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime( 1608505600)),
+ description='''A Python 3 module and script to retrieve and filter the latest Pacman mirror list.''',
author='Xyne',
author_email='ac xunilhcra enyx, backwards',
- url='http://xyne.archlinux.ca/projects/reflector',
+ url='''http://xyne.archlinux.ca/projects/reflector''',
py_modules=['Reflector'],
scripts=['reflector']
)