comparison setup.py @ 2003:b075c5a576ef 0.6.1

installation (setup.py): changed version to 0.6.1.1 so new archive with fixed MANIFEST can be uploaded on pypi
author Goffi <goffi@goffi.org>
date Wed, 13 Jul 2016 11:01:07 +0200
parents 3c92c0b977b5
children e0f91efa404a
comparison
equal deleted inserted replaced
2002:04f164c1e19f 2003:b075c5a576ef
277 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split() 277 install_opt = os.environ.get(ENV_SAT_INSTALL, "").split()
278 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping 278 if not NO_PREINSTALL_OPT in install_opt: # user can force preinstall skipping
279 preinstall_check(install_opt) 279 preinstall_check(install_opt)
280 280
281 setup(name=NAME, 281 setup(name=NAME,
282 version='0.6.1', 282 version='0.6.1.1',
283 description=u'Salut à Toi multi-frontend XMPP client', 283 description=u'Salut à Toi multi-frontend XMPP client',
284 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi-frontends (desktop, web, console interface, CLI, etc) and multi-purposes (instant messaging, microblogging, games, file sharing, etc).', 284 long_description=u'Salut à Toi (SàT) is a XMPP client based on a daemon/frontend architecture. Its multi-frontends (desktop, web, console interface, CLI, etc) and multi-purposes (instant messaging, microblogging, games, file sharing, etc).',
285 author='Association « Salut à Toi »', 285 author='Association « Salut à Toi »',
286 author_email='contact@goffi.org', 286 author_email='contact@goffi.org',
287 url='http://salut-a-toi.org', 287 url='http://salut-a-toi.org',