Add toot.ui package to setup.py - toot - Unnamed repository; edit this file 'description' to name the repository.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit ddd4326f7ec3ea764f66495aab5cbd51ecf3ec66
(DIR) parent 27df352519edc39a4fc3af16540c4b5c14870171
(HTM) Author: Ivan Habunek <ivan@habunek.com>
Date: Mon, 15 Jan 2018 22:58:27 +0100
Add toot.ui package to setup.py
fixes #41
Diffstat:
CHANGELOG.md | 4 ++++
setup.py | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/CHANGELOG.md b/CHANGELOG.md
@@ -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
(DIR) diff --git a/setup.py b/setup.py
@@ -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",