Mercurial > sat_tmp
comparison setup.py @ 52:2068cf3009da 0.0.3
fixed setup.py
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 04 Apr 2018 08:38:52 +0200 |
parents | d9b7fb0dead2 |
children | 877f0053d664 |
comparison
equal
deleted
inserted
replaced
51:d9b7fb0dead2 | 52:2068cf3009da |
---|---|
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.2', | 32 version='0.0.3', |
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', |
38 classifiers=['Development Status :: 3 - Alpha', | 38 classifiers=['Development Status :: 3 - Alpha', |
39 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', | 39 'License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)', |
40 'Operating System :: POSIX :: Linux', | 40 'Operating System :: POSIX :: Linux', |
41 'Topic :: Communications :: Chat'], | 41 'Topic :: Communications :: Chat'], |
42 install_requires=['wokkel >= 0.7.1'], | 42 install_requires=['wokkel >= 0.7.1'], |
43 packages=['sat_tmp.wokkel', 'sat_tmp.wokkel.test'], | 43 packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test'], |
44 data_files=[(os.path.join(sys.prefix, 'share/doc', NAME), | 44 data_files=[(os.path.join(sys.prefix, 'share/doc', NAME), |
45 ['README', 'COPYING'])], | 45 ['README', 'COPYING'])], |
46 ) | 46 ) |