Introduction
Introduction Statistics Contact Development Disclaimer Help
Add toot.ui package to setup.py - toot - Unnamed repository; edit this file 'de…
Log
Files
Refs
LICENSE
---
commit ddd4326f7ec3ea764f66495aab5cbd51ecf3ec66
parent 27df352519edc39a4fc3af16540c4b5c14870171
Author: Ivan Habunek <[email protected]>
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(-)
---
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
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",
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.