Mercurial > sat_tmp
comparison setup.py @ 51:d9b7fb0dead2
minor version update
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 02 Apr 2018 15:55:32 +0200 |
parents | 69b8b0d810f4 |
children | 2068cf3009da |
comparison
equal
deleted
inserted
replaced
50:69b8b0d810f4 | 51:d9b7fb0dead2 |
---|---|
27 NAME = 'sat_tmp' | 27 NAME = 'sat_tmp' |
28 | 28 |
29 | 29 |
30 setup( | 30 setup( |
31 name=NAME, | 31 name=NAME, |
32 version='0.0.1', | 32 version='0.0.2', |
33 description=u'Salut à Toi temporary third party patches', | 33 description=u'Salut à Toi temporary third party patches', |
34 long_description=u'This module is used by Salut à Toi project to patch third party modules when the patches are not yet available upstream. Patches are removed from this module once merged upstream.', | 34 long_description=u'This module is used by Salut à Toi project to patch third party modules when the patches are not yet available upstream. Patches are removed from this module once merged upstream.', |
35 author='Association « Salut à Toi »', | 35 author='Association « Salut à Toi »', |
36 author_email='contact@salut-a-toi.org', | 36 author_email='contact@salut-a-toi.org', |
37 url='https://salut-a-toi.org', | 37 url='https://salut-a-toi.org', |