Merge pull request #29 from jepler/metadata
improve project metadata (h/t pyroma)
This commit is contained in:
commit
59c0ae7ce9
1 changed files with 6 additions and 3 deletions
|
|
@ -20,15 +20,18 @@ name="chap"
|
|||
authors = [{name = "Jeff Epler", email = "jepler@gmail.com"}]
|
||||
description = "Interact with the OpenAI ChatGPT API (and other text generators)"
|
||||
dynamic = ["readme","version","dependencies"]
|
||||
requires-python = ">=3.10"
|
||||
keywords = ["llm", "tui", "chatgpt"]
|
||||
classifiers = [
|
||||
"Development Status :: 3 - Alpha",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
"Programming Language :: Python :: Implementation :: CPython",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Operating System :: OS Independent",
|
||||
"Programming Language :: Python :: Implementation :: PyPy",
|
||||
]
|
||||
[project.urls]
|
||||
homepage = "https://github.com/jepler/chap"
|
||||
|
|
|
|||
Loading…
Reference in a new issue