comparison 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
comparison
equal deleted inserted replaced
74:76b7ae23dc66 75:4b08108560e3
44 "or later (AGPLv3+)", 44 "or later (AGPLv3+)",
45 "Operating System :: POSIX :: Linux", 45 "Operating System :: POSIX :: Linux",
46 "Topic :: Communications :: Chat", 46 "Topic :: Communications :: Chat",
47 ], 47 ],
48 install_requires=['wokkel >= 0.7.1'], 48 install_requires=['wokkel >= 0.7.1'],
49 packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test', 'sat_tmp.twisted'], 49 packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test'],
50 data_files=[(os.path.join('share/doc', NAME), 50 data_files=[(os.path.join('share/doc', NAME),
51 ['README', 'COPYING'])], 51 ['README', 'COPYING'])],
52 python_requires=">=3.6", 52 python_requires=">=3.6",
53 ) 53 )