Update setup.py
This commit is contained in:
Родитель
7c42fad1b7
Коммит
3863007b26
1
setup.py
1
setup.py
|
@ -6,6 +6,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='airflow',
|
||||
description='programmaticaly author, schedule and monitor data pipelines',
|
||||
version='0.1',
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
|
|
Загрузка…
Ссылка в новой задаче