-horizon (2012.1~e3+git134-g052aa55-1) unstable; urgency=low
+horizon (2012.1~e4-1) unstable; urgency=low
- * some testing
+ * New upstream release
- -- Ghe Rivero <ghe@debian.org> Wed, 29 Feb 2012 10:12:59 +0100
+ -- Ghe Rivero <ghe@debian.org> Fri, 02 Mar 2012 08:42:48 +0100
horizon (2012.1~e3-3) unstable; urgency=low
--- a/setup.py
+++ b/setup.py
-@@ -76,6 +76,7 @@
+@@ -36,6 +36,7 @@
author='Devin Carlen',
author_email='devin.carlen@gmail.com',
packages=find_packages(),
+ include_package_data=True,
- zip_safe=False,
- install_requires=parse_requirements(PIP_REQUIRES, TEST_REQUIRES),
- dependency_links=parse_dependency_links(PIP_REQUIRES, TEST_REQUIRES),
+ package_data={'horizon': [s[len('horizon/'):] for s in
+ findall('horizon/templates') \
+ + findall('horizon/dashboards/nova/templates') \
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1 @@