mirror of
https://github.com/ihabunek/toot.git
synced 2024-11-03 04:17:21 -05:00
parent
27df352519
commit
ddd4326f7e
@ -1,6 +1,10 @@
|
|||||||
Changelog
|
Changelog
|
||||||
---------
|
---------
|
||||||
|
|
||||||
|
**0.17.1 (2017-01-15)**
|
||||||
|
|
||||||
|
* Fix packaging to include `toot.ui` package (#41)
|
||||||
|
|
||||||
**0.17.0 (2017-01-15)**
|
**0.17.0 (2017-01-15)**
|
||||||
|
|
||||||
* Changed configuration file format to allow switching between multiple logged
|
* Changed configuration file format to allow switching between multiple logged
|
||||||
|
2
setup.py
2
setup.py
@ -28,7 +28,7 @@ setup(
|
|||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
'Programming Language :: Python :: 3.6',
|
'Programming Language :: Python :: 3.6',
|
||||||
],
|
],
|
||||||
packages=['toot'],
|
packages=['toot', 'toot.ui'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"requests>=2.13,<3.0",
|
"requests>=2.13,<3.0",
|
||||||
"beautifulsoup4>=4.5.0,<5.0",
|
"beautifulsoup4>=4.5.0,<5.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user