Fix packaging issue missing module

This commit is contained in:
Ivan Habunek 2022-12-12 13:30:28 +01:00
parent b4bbb41a20
commit 4261d1c3fa
No known key found for this signature in database
GPG Key ID: F5F0623FF5EBCB3D
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
0.32.1:
date: 2022-12-12
changes:
- "Fix packaging issue, missing toot.utils module"
0.32.0:
date: 2022-12-12
changes:

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",