kaxil commented on a change in pull request #22226:
URL: https://github.com/apache/airflow/pull/22226#discussion_r826108909
##########
File path: dev/provider_packages/SETUP_TEMPLATE.cfg.jinja2
##########
@@ -23,19 +23,54 @@
[metadata]
-name = Airflow {{ PROVIDER_TYPE }}: {{ PACKAGE_PIP_NAME }}
+name = {{ PACKAGE_PIP_NAME }}
summary = {{ PROVIDER_TYPE }} for Apache Airflow. Implements {{
PACKAGE_PIP_NAME }} package
-description_file = README.md
-author = Apache Airflow PMC
+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 = [email protected]
-license = Apache License, Version 2.0
+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
Review comment:
Yup, agreed, we should add it.
I consider it as "Projects using Apache Airflow"
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]