--- a/setup.py
+++ b/setup.py
-@@ -41,6 +41,7 @@
- + findall('horizon/dashboards/nova/templates') \
- + findall('horizon/dashboards/syspanel/templates') \
- + findall('horizon/dashboards/settings/templates')]},
+@@ -76,6 +76,7 @@
+ author='Devin Carlen',
+ author_email='devin.carlen@gmail.com',
+ packages=find_packages(),
+ include_package_data=True,
- install_requires=[],
- classifiers=['Development Status :: 4 - Beta',
- 'Framework :: Django',
+ zip_safe=False,
+ install_requires=parse_requirements(PIP_REQUIRES, TEST_REQUIRES),
+ dependency_links=parse_dependency_links(PIP_REQUIRES, TEST_REQUIRES),