Skip to content

Commit

Permalink
Update classifier to indicate that project is Prod ready (#695)
Browse files Browse the repository at this point in the history
We are now production-ready and stable
  • Loading branch information
kaxil committed Aug 18, 2022
1 parent 4cc400e commit f689448
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f689448

Please sign in to comment.