diff --git a/languages/python/pyproject.toml b/languages/python/pyproject.toml index f83e22efa..8c2c6a3fd 100644 --- a/languages/python/pyproject.toml +++ b/languages/python/pyproject.toml @@ -5,6 +5,7 @@ requires = ["maturin>=1.0,<2.0", "setuptools_rust>=1.8.1"] [project] authors = [{ name = "Bitwarden", email = "support@bitwarden.com" }] classifiers = [ + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: Other/Proprietary License", "Programming Language :: Python :: 3 :: Only",