Added package_data to horizon

Several files necessary for horizon are not included when installing/distributing the package.
This patch includes the following extensions:
*.html *.js *.csv *.template *.mo

Patch Set 2: Added info to AUTHORS file

Change-Id: Id8a6a007eff17edbe77d2ead236fa2067231248f
This commit is contained in:
Ghe Rivero 2012-03-01 12:44:29 +01:00
parent d57a34c5b1
commit a9d926e358
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),