From 27a9743c56ee9215091a98ad0ba6da2413cfc94b Mon Sep 17 00:00:00 2001 From: HugoFara Date: Wed, 21 Jun 2023 16:37:51 +0900 Subject: [PATCH] Small issue preventing the package to be uploaded. Official beta phase. --- pyproject.toml | 3 ++- setup.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 950f182..2937cc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ keywords = [ ] license = {text = "MIT License"} classifiers = [ - "Programming Language :: Python :: 3 - Alpha", + "Development Status :: 4 - Beta", + "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering", "Topic :: Scientific/Engineering :: Artificial Life", "Programming Language :: Python :: 3", diff --git a/setup.cfg b/setup.cfg index 9ac3cbe..53b2368 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,7 @@ project_urls = Source=https://github.com/HugoFara/leggedsnake license_files = LICENSE.rst classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta Topic :: Scientific/Engineering Topic :: Scientific/Engineering :: Artificial Life Programming Language :: Python :: 3