Mercurial > sat_tmp
comparison setup.py @ 50:69b8b0d810f4
setup.py: added descriptions
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 02 Apr 2018 15:52:33 +0200 |
parents | c09d4ce9ad52 |
children | d9b7fb0dead2 |
comparison
equal
deleted
inserted
replaced
49:c09d4ce9ad52 | 50:69b8b0d810f4 |
---|---|
28 | 28 |
29 | 29 |
30 setup( | 30 setup( |
31 name=NAME, | 31 name=NAME, |
32 version='0.0.1', | 32 version='0.0.1', |
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.', | |
33 author='Association « Salut à Toi »', | 35 author='Association « Salut à Toi »', |
34 author_email='contact@salut-a-toi.org', | 36 author_email='contact@salut-a-toi.org', |
35 url='https://salut-a-toi.org', | 37 url='https://salut-a-toi.org', |
36 classifiers=['Development Status :: 3 - Alpha', | 38 classifiers=['Development Status :: 3 - Alpha', |
37 '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+)', |