# HG changeset patch # User Goffi # Date 1522823932 -7200 # Node ID 2068cf3009dacb32af5767dfe172db8cd3ede706 # Parent d9b7fb0dead26b7160e75690845e9cf35e339c76 fixed setup.py diff -r d9b7fb0dead2 -r 2068cf3009da setup.py --- 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'])], )