From 5260096b27eb028f9b74118d6bc6c7789e4e21df Mon Sep 17 00:00:00 2001 From: Dominik Gresch Date: Wed, 27 Nov 2024 00:18:25 +0100 Subject: [PATCH] Doc: remove beta note from the main doc page Remove the note that PyACP is in beta from the main documentation page. Switch the trove classifier to indicate that PyACP is stable. --- doc/source/index.rst | 6 ------ pyproject.toml | 3 ++- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index b8445650dc..e723a83bf0 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,12 +15,6 @@ PyACP ----- -.. note:: - - PyACP is currently released as a beta version. This means that the API may - change in future releases. We encourage you to try PyACP and provide us with - feedback. - PyACP enables modelling continuous-fiber composite structures from within your Python environment. It provides access to the features of Ansys Composite PrepPost (ACP) through a Python interface. diff --git a/pyproject.toml b/pyproject.toml index 065247e3e5..34504885eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,12 +19,13 @@ include = ["src/**/docker-compose.yaml"] # Less than critical but helpful classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", + "Topic :: Scientific/Engineering", ] [tool.poetry.urls]