Skip to content

Commit

Permalink
Fixing packaging of templates and static files
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 16, 2015
1 parent 042963d commit 98d6760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
recursive-include airflow/www/templates *
recursive-include airflow/www/static *
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
version='0.1',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
scripts=['airflow/bin/airflow'],
install_requires=reqs,
author='Maxime Beauchemin',
Expand Down

0 comments on commit 98d6760

Please sign in to comment.