blob: e2762db51ce337c4a849a1ecc85898a4536ba113 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
# NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE
# OVERWRITTEN WHEN PREPARING PACKAGES.
#
# IF YOU WANT TO MODIFY IT, YOU SHOULD MODIFY THE TEMPLATE
# `SETUP_TEMPLATE.cfg.jinja2` IN the `dev/provider_packages` DIRECTORY
[metadata]
name = {{ PACKAGE_PIP_NAME }}
summary = {{ PROVIDER_TYPE }} for Apache Airflow. Implements {{ PACKAGE_PIP_NAME }} package
description = {{ PROVIDER_TYPE }} package {{ PACKAGE_PIP_NAME }} for Apache Airflow
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Apache Software Foundation
author_email = dev@airflow.apache.org
url = https://airflow.apache.org/
download_url = https://archive.apache.org/dist/airflow/{{ PROVIDERS_FOLDER }}
license = Apache License 2.0
license_files =
LICENSE
NOTICE
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Console
Environment :: Web Environment
Intended Audience :: Developers
Intended Audience :: System Administrators
Framework :: Apache Airflow
Framework :: Apache Airflow :: Provider
License :: OSI Approved :: Apache Software License
{%- for python_version in SUPPORTED_PYTHON_VERSIONS %}
Programming Language :: Python :: {{ python_version }}
{%- endfor %}
Topic :: System :: Monitoring
project_urls=
Documentation=https://airflow.apache.org/docs/{{ PACKAGE_PIP_NAME }}/{{RELEASE}}/
Bug Tracker=https://github.com/apache/airflow/issues
Source Code=https://github.com/apache/airflow
Slack Chat=https://s.apache.org/airflow-slack
Twitter=https://twitter.com/ApacheAirflow
YouTube=https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
[bdist_wheel]
python_tag=py3
[options]
zip_safe = False
include_package_data = True
python_requires = ~=3.7
packages = find:
setup_requires = {{ SETUP_REQUIREMENTS }}
install_requires = {{ INSTALL_REQUIREMENTS }}
gitpython
wheel
[options.entry_points]
apache_airflow_provider=
provider_info=airflow.providers.{{ PROVIDER_PACKAGE_ID }}.get_provider_info:get_provider_info
[files]
packages = airflow.providers.{{ PROVIDER_PACKAGE_ID }}