mirror of
https://github.com/ihabunek/toot.git
synced 2025-01-03 14:56:37 -05:00
Add missing package to discovery
This commit is contained in:
parent
e8dac36de3
commit
b85daabb9d
2
setup.py
2
setup.py
@ -31,7 +31,7 @@ setup(
|
|||||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
],
|
],
|
||||||
packages=['toot', 'toot.tui', 'toot.tui.richtext', 'toot.utils'],
|
packages=['toot', 'toot.cli', 'toot.tui', 'toot.tui.richtext', 'toot.utils'],
|
||||||
python_requires=">=3.7",
|
python_requires=">=3.7",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"click~=8.1",
|
"click~=8.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user