Skip to content

Commit

Permalink
Remove classifiers
Browse files Browse the repository at this point in the history
Removing classifiers in poetry.toml because poetry will auto generate the classifiers[1]

[1] https://python-poetry.org/docs/pyproject/#classifiers
  • Loading branch information
zaro0508 committed Feb 7, 2024
1 parent b91915f commit c77de13
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,6 @@ authors = ["Sceptre <[email protected]>"]
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"
Expand Down

0 comments on commit c77de13

Please sign in to comment.