Fix package names

This commit is contained in:
Ngô Ngọc Đức Huy 2024-02-08 18:03:50 +07:00
parent e16999e830
commit e2fa161b60
Signed by: xarvos
GPG key ID: 904AF1C7CDF695C3

View file

@ -31,7 +31,7 @@ setup(
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3',
],
packages=['akkoma', 'akkoma.tui', 'akkoma.tui.richtext', 'akkoma.utils'],
packages=['witchie', 'witchie.tui', 'witchie.tui.richtext', 'witchie.utils'],
python_requires=">=3.7",
install_requires=[
"requests>=2.13,<3.0",