From a2b64798d86c18c28d3d7b9aad9ebb579bc86616 Mon Sep 17 00:00:00 2001 From: Marcelo Duarte Trevisani Date: Sun, 6 Aug 2023 03:07:25 +0100 Subject: [PATCH] fix: remove alpha classifier (#1578) # Description Should the project remove the alpha classifier? or is it still considerer an alpha project? I am asking that because the alpha classifier currently associated with the project might be creating some hesitation among prospective users or partners. The alpha classifier suggests that the project is not ready for a wider use. If the maintainers still think that the project should be classified as a alpha please feel free to close this PR --- python/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index dc5062a573..7751407f49 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,6 @@ license = {file = "LICENSE.txt"} requires-python = ">=3.7" keywords = ["deltalake", "delta", "datalake", "pandas", "arrow"] classifiers = [ - "Development Status :: 3 - Alpha", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3 :: Only" ]