@@ -20,15 +20,18 @@ name="chap"
20
20
authors = [{
name =
" Jeff Epler" ,
email =
" [email protected] " }]
21
21
description = " Interact with the OpenAI ChatGPT API (and other text generators)"
22
22
dynamic = [" readme" ," version" ," dependencies" ]
23
+ requires-python = " >=3.10"
24
+ keywords = [" llm" , " tui" , " chatgpt" ]
23
25
classifiers = [
26
+ " Development Status :: 3 - Alpha" ,
27
+ " License :: OSI Approved :: MIT License" ,
28
+ " Operating System :: OS Independent" ,
24
29
" Programming Language :: Python :: 3" ,
25
30
" Programming Language :: Python :: 3.10" ,
26
31
" Programming Language :: Python :: 3.11" ,
27
32
" Programming Language :: Python :: 3.12" ,
28
- " Programming Language :: Python :: Implementation :: PyPy" ,
29
33
" Programming Language :: Python :: Implementation :: CPython" ,
30
- " License :: OSI Approved :: MIT License" ,
31
- " Operating System :: OS Independent" ,
34
+ " Programming Language :: Python :: Implementation :: PyPy" ,
32
35
]
33
36
[project .urls ]
34
37
homepage = " https://github.com/jepler/chap"
0 commit comments