Skip to content

Commit 59c0ae7

Browse files
authored
Merge pull request #29 from jepler/metadata
improve project metadata (h/t pyroma)
2 parents b548797 + 1aabcf6 commit 59c0ae7

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pyproject.toml

+6-3
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@ name="chap"
2020
authors = [{name = "Jeff Epler", email = "[email protected]"}]
2121
description = "Interact with the OpenAI ChatGPT API (and other text generators)"
2222
dynamic = ["readme","version","dependencies"]
23+
requires-python = ">=3.10"
24+
keywords = ["llm", "tui", "chatgpt"]
2325
classifiers = [
26+
"Development Status :: 3 - Alpha",
27+
"License :: OSI Approved :: MIT License",
28+
"Operating System :: OS Independent",
2429
"Programming Language :: Python :: 3",
2530
"Programming Language :: Python :: 3.10",
2631
"Programming Language :: Python :: 3.11",
2732
"Programming Language :: Python :: 3.12",
28-
"Programming Language :: Python :: Implementation :: PyPy",
2933
"Programming Language :: Python :: Implementation :: CPython",
30-
"License :: OSI Approved :: MIT License",
31-
"Operating System :: OS Independent",
34+
"Programming Language :: Python :: Implementation :: PyPy",
3235
]
3336
[project.urls]
3437
homepage = "https://github.com/jepler/chap"

0 commit comments

Comments
 (0)