Add toot.ui package to setup.py

fixes #41
pull/48/head
Ivan Habunek 2018-01-15 22:58:27 +01:00
rodzic 27df352519
commit ddd4326f7e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: CDBD63C43A30BB95
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -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

Wyświetl plik

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