Mercurial > sat_tmp
diff setup.py @ 72:29b383e14ebf
install: added twisted package
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 27 Dec 2019 14:10:22 +0100 |
parents | 922b2f0efa60 |
children | 4b08108560e3 |
line wrap: on
line diff
--- a/setup.py Mon Nov 18 20:48:45 2019 +0100 +++ b/setup.py Fri Dec 27 14:10:22 2019 +0100 @@ -46,7 +46,7 @@ "Topic :: Communications :: Chat", ], install_requires=['wokkel >= 0.7.1'], - packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test'], + packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test', 'sat_tmp.twisted'], data_files=[(os.path.join('share/doc', NAME), ['README', 'COPYING'])], python_requires=">=3.6",