Skip to content

Commit

Permalink
remove Programming language classifiers (#10)
Browse files Browse the repository at this point in the history
We don't need to manually specify programming language classifiers because poetry will auto generate them.
  • Loading branch information
zaro0508 authored Feb 8, 2024
1 parent 850a238 commit 022e5d7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ classifiers = [
"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.plugins."sceptre.template_handlers"]
Expand Down

0 comments on commit 022e5d7

Please sign in to comment.