index : reflector32 | |
Archlinux32 fork of reflector | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | setup.py | 15 |
@@ -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'] ) |