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

Add toot.ui package to setup.py

fixes #41
This commit is contained in:
Ivan Habunek
2018-01-15 22:58:27 +01:00
parent 27df352519
commit ddd4326f7e
2 changed files with 5 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ setup(
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
packages=['toot'],
packages=['toot', 'toot.ui'],
install_requires=[
"requests>=2.13,<3.0",
"beautifulsoup4>=4.5.0,<5.0",