Fix package names
This commit is contained in:
parent
e16999e830
commit
e2fa161b60
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue