Skip to content

Commit

Permalink
fix small setup.py bug
Browse files Browse the repository at this point in the history
  • Loading branch information
apmechev committed Apr 26, 2018
1 parent c9cdb38 commit 8f35ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(name='AGLOW',
packages=['AGLOW','AGLOW/airflow','AGLOW/airflow/dags','AGLOW/airflow/operators','AGLOW/airflow/sensors','AGLOW/airflow/utils'], #'GRID_LRT', 'GRID_LRT/Staging', 'GRID_LRT/Application', 'GRID_LRT/couchdb'],
version='0.0.9'
version='0.0.9',
setup_requires=[
'apache-airflow',
'grid-lrt'
Expand Down

0 comments on commit 8f35ac5

Please sign in to comment.