Merge "Added package_data to horizon"

This commit is contained in:
Jenkins
2012-03-01 21:08:22 +00:00
committed by Gerrit Code Review
3 changed files with 4 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ Duncan McGreggor <duncan@dreamhost.com>
Emma Steimann <emmasteimann@gmail.com>
Ewan Mellor <ewan.mellor@citrix.com>
Gabriel Hurley <gabriel@strikeawe.com>
Ghe Rivero <ghe@debian.org>
Ghe Rivero <ghe.rivero@stackops.com>
Ivan Kolodyazhny <e0ne@e0ne.info>
Jake Dahn <admin@jakedahn.com>
jakedahn <jake@ansolabs.com>

1
MANIFEST.in Normal file
View File

@@ -0,0 +1 @@
recursive-include horizon *.html *.js *.csv *.template *.mo

View File

@@ -76,6 +76,7 @@ setup(name="horizon",
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),