From c77de13b063f2c5322fdaa8295aea21132102747 Mon Sep 17 00:00:00 2001 From: Khai Do Date: Wed, 7 Feb 2024 10:19:20 -0800 Subject: [PATCH] Remove classifiers Removing classifiers in poetry.toml because poetry will auto generate the classifiers[1] [1] https://python-poetry.org/docs/pyproject/#classifiers --- pyproject.toml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 94bac8abd..2aee9e955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,17 +10,6 @@ authors = ["Sceptre "] description = "An AWS Cloud Provisioning Tool" keywords = ["aws", "cloud", "devops", "infrastructure", "tools", "cli"] license = "Apache-2.0" -classifiers = [ - "Development Status :: 5 - Production/Stable", - "Intended Audience :: Developers", - "Natural Language :: English", - "Environment :: Console", - "Programming Language :: Python :: 3.8", - "Programming Language :: Python :: 3.9", - "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", -] [tool.poetry.scripts] "sceptre" = "sceptre.cli:cli"