0
0
mirror of https://github.com/ihabunek/toot.git synced 2025-10-21 19:44:16 -04:00

Fix packaging issue missing module

This commit is contained in:
Ivan Habunek
2022-12-12 13:30:28 +01:00
parent b4bbb41a20
commit 4261d1c3fa
2 changed files with 6 additions and 1 deletions

View File

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