comparison 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
comparison
equal deleted inserted replaced
71:a564fc84d5d0 72:29b383e14ebf
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'], 49 packages=['sat_tmp', 'sat_tmp.wokkel', 'sat_tmp.wokkel.test', 'sat_tmp.twisted'],
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 )