Skip to content

Commit

Permalink
Remove classifiers (#1438)
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 8, 2024
1 parent b91915f commit 64fdbab
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 @@ -15,11 +15,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.scripts]
Expand Down

0 comments on commit 64fdbab

Please sign in to comment.