1
1
[project ]
2
2
name = " prime-cli"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
4
4
description = " Prime Intellect CLI"
5
5
readme = " README.md"
6
6
requires-python = " >=3.8"
@@ -14,6 +14,26 @@ dependencies = [
14
14
" rich>=13.3.1" ,
15
15
" pydantic>=2.0.0"
16
16
]
17
+ keywords = [" cli" , " gpu" , " cloud" , " compute" ]
18
+ classifiers = [
19
+ " Development Status :: 4 - Beta" ,
20
+ " Environment :: Console" ,
21
+ " Intended Audience :: Developers" ,
22
+ " License :: OSI Approved :: MIT License" ,
23
+ " Operating System :: OS Independent" ,
24
+ " Programming Language :: Python :: 3" ,
25
+ " Programming Language :: Python :: 3.8" ,
26
+ " Programming Language :: Python :: 3.9" ,
27
+ " Programming Language :: Python :: 3.10" ,
28
+ " Programming Language :: Python :: 3.11" ,
29
+ " Topic :: Software Development :: Libraries :: Python Modules"
30
+ ]
31
+
32
+ [project .urls ]
33
+ Homepage = " https://github.com/PrimeIntellect-ai/prime-cli"
34
+ Documentation = " https://github.com/PrimeIntellect-ai/prime-cli#readme"
35
+ Repository = " https://github.com/PrimeIntellect-ai/prime-cli.git"
36
+ Changelog = " https://github.com/PrimeIntellect-ai/prime-cli/blob/main/CHANGELOG.md"
17
37
18
38
[project .scripts ]
19
39
prime = " prime_cli.main:run"
0 commit comments