potiuk commented on a change in pull request #22226:
URL: https://github.com/apache/airflow/pull/22226#discussion_r825875581



##########
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 = d...@airflow.apache.org
-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:
       I am not 100% sure if we want to add also "Framework :: Apache Airflow" 
as classifier here. I guess we do (otherwise only "apache-airlfow" package 
would be applicable to have it) @ashb @kaxil WDYT?




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to