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
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Changelog
---------
**0.17.1 (2017-01-15)**
* Fix packaging to include `toot.ui` package (#41)
**0.17.0 (2017-01-15)**
* Changed configuration file format to allow switching between multiple logged

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