changeset 72:29b383e14ebf

install: added twisted package
author Goffi <goffi@goffi.org>
date Fri, 27 Dec 2019 14:10:22 +0100
parents a564fc84d5d0
children ab556b1c2ca4
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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",