This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new ba3d5b3  Add more ``project_urls`` for PyPI (#17598)
ba3d5b3 is described below

commit ba3d5b3db4e2c057c1821fbb99f5cdc7734ebdaa
Author: Kaxil Naik <kaxiln...@gmail.com>
AuthorDate: Fri Aug 13 10:15:52 2021 +0100

    Add more ``project_urls`` for PyPI (#17598)
    
    This adds more of our urls for display on PyPI
---
 dev/provider_packages/SETUP_TEMPLATE.py.jinja2 | 3 +++
 setup.cfg                                      | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/dev/provider_packages/SETUP_TEMPLATE.py.jinja2 
b/dev/provider_packages/SETUP_TEMPLATE.py.jinja2
index 69dcdac..221291a 100644
--- a/dev/provider_packages/SETUP_TEMPLATE.py.jinja2
+++ b/dev/provider_packages/SETUP_TEMPLATE.py.jinja2
@@ -82,6 +82,9 @@ def do_setup():
             '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/',
         },
     )
 
diff --git a/setup.cfg b/setup.cfg
index 0febc0c..479bfdb 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -62,6 +62,9 @@ project_urls =
     Documentation=https://airflow.apache.org/docs/
     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/
 
 [options]
 zip_safe = False

Reply via email to