Skip to content

Commit 0df9c68

Browse files
committed
docs: add classifiers to pyproject.toml for Python 3.11 support and OS independence.
1 parent 79383e2 commit 0df9c68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ license = "MIT"
1212
license-files = ["LICENSE"]
1313
requires-python = ">=3.8"
1414
keywords = ["git", "cli", "openai", "commit", "automation"]
15+
classifiers = [
16+
"Programming Language :: Python :: 3",
17+
"Programming Language :: Python :: 3.11",
18+
"License :: OSI Approved :: MIT License",
19+
"Operating System :: OS Independent"
20+
]
1521

1622
[project.urls]
1723
Home = "https://github.com/nelson-zack/commit-companion"

0 commit comments

Comments
 (0)