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