|
1 | 1 | [tool.poetry]
|
2 | 2 | name = "cldk"
|
3 | 3 | version = "0.1.0-dev"
|
4 |
| -description = "codellm-devkit: A python library for seamless interation with LLMs." |
| 4 | +description = "codellm-devkit: A python library for seamless integration with LLMs." |
5 | 5 | authors = [ "Rahul Krishna <[email protected]>", "Rangeet Pan <[email protected]>", "Saurabh Sinhas <[email protected]>",
|
6 | 6 | "Raju Pavuluri <[email protected]>"]
|
7 | 7 | license = "Apache 2.0"
|
8 | 8 | readme = "README.md"
|
9 |
| -include = ["cldk/analysis/java/codeanalyzer/jar/*.jar"] |
| 9 | +homepage = "https://github.com/IBM/codellm-devkit" |
| 10 | +repository = "https://github.com/IBM/codellm-devkit" |
| 11 | +keywords = ["ibm", "llm", "large language models", "code analyzer", "syntax tree"] |
| 12 | +classifiers = [ |
| 13 | + "Development Status :: 4 - Beta", |
| 14 | + "Environment :: Console", |
| 15 | + "Intended Audience :: Developers", |
| 16 | + "License :: OSI Approved :: Apache Software License", |
| 17 | + "Operating System :: OS Independent", |
| 18 | + "Programming Language :: Python", |
| 19 | + "Programming Language :: Python :: 3", |
| 20 | + "Programming Language :: Python :: 3.11", |
| 21 | + "Topic :: Scientific/Engineering :: Artificial Intelligence", |
| 22 | + "Topic :: Software Development :: Libraries :: Python Modules", |
| 23 | + "Topic :: Software Development :: Libraries :: Application Frameworks" |
| 24 | +] |
| 25 | +include = [ |
| 26 | + "LICENSE", |
| 27 | + "cldk/analysis/java/codeanalyzer/jar/codeanalyzer.jar" |
| 28 | +] |
10 | 29 |
|
11 | 30 | [tool.poetry.dependencies]
|
12 | 31 | python = ">=3.11"
|
|
0 commit comments