Skip to content

Commit 78439f7

Browse files
committed
Added metadata for PyPi
Signed-off-by: John Rofrano <[email protected]>
1 parent ee9f879 commit 78439f7

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ scratch*
3737

3838
# log file
3939
*.json
40-
41-
# Lock file
42-
*.lock
40+
!devcontainer.json
4341

4442

4543
# Python compiled files and env

pyproject.toml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,31 @@
11
[tool.poetry]
22
name = "cldk"
33
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."
55
authors = ["Rahul Krishna <[email protected]>", "Rangeet Pan <[email protected]>", "Saurabh Sinhas <[email protected]>",
66
"Raju Pavuluri <[email protected]>"]
77
license = "Apache 2.0"
88
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+
]
1029

1130
[tool.poetry.dependencies]
1231
python = ">=3.11"

0 commit comments

Comments
 (0)