You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/24 10:58:46 UTC

[GitHub] [airflow-client-python] potiuk commented on a change in pull request #14: Update links in PyPi

potiuk commented on a change in pull request #14:
URL: https://github.com/apache/airflow-client-python/pull/14#discussion_r619644050



##########
File path: setup.py
##########
@@ -23,11 +23,9 @@
     Generated by: https://openapi-generator.tech
 """
 
-from os import path
 from setuptools import setup, find_packages  # noqa: H301
 
 
-NAME = "apache-airflow-client"
 VERSION = "1.0.0"

Review comment:
       ```suggestion
   VERSION = "2.0.0"
   ```

##########
File path: setup.cfg
##########
@@ -17,3 +17,22 @@
 
 [flake8]
 max-line-length=99
+
+[metadata]
+name = apache-airflow-client
+description = Apache Airflow API (Stable)
+author = Apache Software Foundation
+author_email = dev@airflow.apache.org
+url = https://airflow.apache.org/
+long_description = file: README.md
+long_description_content_type = text/markdown
+license = Apache License 2.0
+project_urls =
+    Documentation=https://airflow.apache.org/docs/

Review comment:
       ```suggestion
       Documentation=https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html
   ```




-- 
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.

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