Skip to content

Commit

Permalink
Including reqs to build
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 17, 2015
1 parent 927fe04 commit 8022256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
recursive-include airflow/www/templates *
recursive-include airflow/www/static *
include requirements.txt
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='airflow',
version='0.1',
version='0.11',
packages=find_packages(),
include_package_data=True,
zip_safe=False,
Expand All @@ -16,4 +16,5 @@
author='Maxime Beauchemin',
author_email='[email protected]',
url='https://github.com/mistercrunch/Airflow',
download_url='https://github.com/mistercrunch/Airflow/tarball/0.11',
)

0 comments on commit 8022256

Please sign in to comment.