comparison setup.py @ 80:46894097e7ee

wokkel (pubsub): add `notifyPurge` method
author Goffi <goffi@goffi.org>
date Thu, 29 Jul 2021 15:50:25 +0200
parents 8959519f9066
children 2d99519090b9
comparison
equal deleted inserted replaced
79:52ba2fcda8a5 80:46894097e7ee
25 NAME = 'sat_tmp' 25 NAME = 'sat_tmp'
26 26
27 27
28 setup( 28 setup(
29 name=NAME, 29 name=NAME,
30 version='0.8.0b1', 30 version='0.9.dev0',
31 description='Libervia temporary third party patches', 31 description='Libervia temporary third party patches',
32 long_description=( 32 long_description=(
33 'This module is used by Libervia project (formerly "Salut à Toi") project to ' 33 'This module is used by Libervia project (formerly "Salut à Toi") project to '
34 'patch third party modules when the patches are not yet available upstream. ' 34 'patch third party modules when the patches are not yet available upstream. '
35 'Patches are removed from this module once merged upstream.'), 35 'Patches are removed from this module once merged upstream.'),