From f689448dfe8020d4dc5391b89acd3dafc8936e74 Mon Sep 17 00:00:00 2001 From: Kaxil Naik Date: Thu, 18 Aug 2022 20:13:49 +0100 Subject: [PATCH] Update classifier to indicate that project is Prod ready (#695) We are now production-ready and stable --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c66a8eeb34..e0733608af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ keywords = ["airflow", "provider", "astronomer", "sql", "decorator", "task flow", "elt", "etl", "dag"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", @@ -84,6 +84,8 @@ doc = [ [project.urls] Home = "https://astronomer.io/" +Source = "https://github.com/astronomer/astro-sdk/" +Documentation = "https://astro-sdk-python.rtfd.io/" [project.entry-points.apache_airflow_provider] provider_info = "astro.__init__:get_provider_info"