Mercurial > sat_tmp
diff 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 |
line wrap: on
line diff
--- a/setup.py Mon Apr 02 15:55:32 2018 +0200 +++ b/setup.py Wed Apr 04 08:38:52 2018 +0200 @@ -29,7 +29,7 @@ setup( name=NAME, - version='0.0.2', + version='0.0.3', description=u'Salut à Toi temporary third party patches', 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.', author='Association « Salut à Toi »', @@ -40,7 +40,7 @@ 'Operating System :: POSIX :: Linux', 'Topic :: Communications :: Chat'], install_requires=['wokkel >= 0.7.1'], - packages=['sat_tmp.wokkel', 'sat_tmp.wokkel.test'], + packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test'], data_files=[(os.path.join(sys.prefix, 'share/doc', NAME), ['README', 'COPYING'])], )