comparison setup.py @ 370:bfbc84057c0e

fixes in setyp.py according to recent changed
author Goffi <goffi@goffi.org>
date Fri, 02 Mar 2018 13:02:40 +0100
parents 9df844d9d5ac
children 26e46a3043e5
comparison
equal deleted inserted replaced
369:dabee42494ac 370:bfbc84057c0e
85 description=u'XMPP Publish-Subscribe Service Component, build for the need of the « Salut à Toi » project', 85 description=u'XMPP Publish-Subscribe Service Component, build for the need of the « Salut à Toi » project',
86 maintainer='Jérôme Poisson', 86 maintainer='Jérôme Poisson',
87 maintainer_email='goffi@goffi.org', 87 maintainer_email='goffi@goffi.org',
88 url='http://repos.goffi.org/sat_pubsub', 88 url='http://repos.goffi.org/sat_pubsub',
89 license='AGPLv3+', 89 license='AGPLv3+',
90 package_dir={'sat_pubsub': 'src'},
90 packages=[ 91 packages=[
91 'sat_pubsub', 92 'sat_pubsub',
92 'sat_pubsub.test', 93 'sat_pubsub.test',
93 'twisted.plugins', 94 'twisted.plugins',
94 ], 95 ],
95 package_data={'twisted.plugins': ['twisted/plugins/sat_pubsub.py']}, 96 package_data={'twisted.plugins': ['twisted/plugins/pubsub.py']},
96 data_files=[('share/sat_pubsub', ['db/pubsub.sql', 'doc/examples/sat_pubsub.tac'])], 97 data_files=[('share/sat_pubsub', ['db/pubsub.sql'])],
97 zip_safe=False, 98 zip_safe=False,
98 install_requires=install_requires, 99 install_requires=install_requires,
99 ) 100 )