From 800368183359320b924baccc7236a7e8d0cc66cc Mon Sep 17 00:00:00 2001 From: Sebastiaan Mathot Date: Tue, 3 Feb 2015 17:12:12 +0100 Subject: [PATCH] Update setup scripts --- debian/changelog | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 777c931..3bc9898 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -qnotero (2.0.0-ubuntu1) utopic; urgency=medium +qnotero (2.0.0-ubuntu2) utopic; urgency=medium * Ported to PyQt5 * Properly capitilize names (#18) diff --git a/setup.py b/setup.py index 07ab8e1..2bc9328 100755 --- a/setup.py +++ b/setup.py @@ -33,6 +33,7 @@ "libzotero", "libqnotero._themes", "libzotero._noteProvider", + "libqnotero.qt" ], package_data = { "libqnotero" : ["ui/*.ui"],