Mercurial > sat_tmp
diff setup.py @ 75:4b08108560e3
twisted: removed twisted patches as Python 3.8 support is now available upstream
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 18 Mar 2021 20:53:11 +0100 |
parents | 29b383e14ebf |
children | 8959519f9066 |
line wrap: on
line diff
--- a/setup.py Sat Aug 15 23:03:59 2020 +0200 +++ b/setup.py Thu Mar 18 20:53:11 2021 +0100 @@ -46,7 +46,7 @@ "Topic :: Communications :: Chat", ], install_requires=['wokkel >= 0.7.1'], - packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test', 'sat_tmp.twisted'], + packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test'], data_files=[(os.path.join('share/doc', NAME), ['README', 'COPYING'])], python_requires=">=3.6",