From 2b56358b36a85f0e51e342bbe4d101248a8458e6 Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Fri, 12 Apr 2024 18:53:00 +0200 Subject: [PATCH] bump version --- pyproject.toml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 558321e..8757473 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [project] name = "space_collector" -version = "0.1.2" +version = "1.0.0" description = "Space collector programming game" classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", @@ -12,6 +12,7 @@ classifiers = [ "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Topic :: Utilities", + "Topic :: Games/Entertainment :: Real Time Strategy", ] authors = [{ name = "Vincent Poulailleau", email = "vpoulailleau@gmail.com" }] readme = "README.md" @@ -19,9 +20,6 @@ keywords = ["space", "collector", "game"] license = { text = "BSD-3-Clause" } requires-python = ">=3.10" dependencies = ["arcade==2.6.17", "pyserial==3.5"] -# dependencies = [ -# "arcade @ git+https://github.com/pythonarcade/arcade.git@development", -# ] [project.optional-dependencies] dev = [