From c0735154b444cdf2d392ac06477efb4022ab325c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 1 Jun 2021 20:37:20 +0200 Subject: reflector-2020.12.20.tar.xz --- setup.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 29a73e6..26d3e89 100644 --- a/setup.py +++ b/setup.py @@ -4,11 +4,12 @@ from distutils.core import setup import time setup( - name='''Reflector''', - version=time.strftime('%Y.%m.%d.%H.%M.%S', time.gmtime(1607321105)), - 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''', - py_modules=['''Reflector'''], + 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.', + author='Xyne', + author_email='ac xunilhcra enyx, backwards', + url='http://xyne.archlinux.ca/projects/reflector', + py_modules=['Reflector'], + scripts=['reflector'] ) -- cgit v1.2.3-54-g00ecf