gabykim commited on
Commit
97a034d
·
1 Parent(s): eec4a03

pyproject metadata

Browse files
Files changed (1) hide show
  1. pyproject.toml +30 -2
pyproject.toml CHANGED
@@ -4,11 +4,35 @@ addopts = [
4
  ]
5
  [project]
6
  name = "knowlang"
7
- version = "0.1.0"
8
- description = ""
 
9
  authors = [
10
  {name = "gabhyun kim",email = "[email protected]"}
11
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
  readme = "README.md"
13
  requires-python = ">=3.10, <3.13"
14
  dependencies = [
@@ -24,6 +48,10 @@ dependencies = [
24
  "mixpanel (>=4.10.1,<5.0.0)"
25
  ]
26
 
 
 
 
 
27
  [tool.poetry]
28
  packages = [
29
  { include = "knowlang", from="src" },
 
4
  ]
5
  [project]
6
  name = "knowlang"
7
+ version = "0.2.0"
8
+ description = "AI-powered code understanding assistant that helps developers explore and understand complex codebases through semantic search and intelligent Q&A"
9
+ license = "Apache-2.0"
10
  authors = [
11
  {name = "gabhyun kim",email = "[email protected]"}
12
  ]
13
+ keywords = [
14
+ "code-understanding",
15
+ "rag",
16
+ "llm",
17
+ "code-search",
18
+ "documentation",
19
+ "code-analysis",
20
+ "semantic-search",
21
+ "developer-tools"
22
+ ]
23
+ classifiers = [
24
+ "Development Status :: 4 - Beta",
25
+ "Intended Audience :: Developers",
26
+ "Topic :: Software Development :: Libraries :: Python Modules",
27
+ "Topic :: Software Development :: Documentation",
28
+ "Topic :: Scientific/Engineering :: Artificial Intelligence",
29
+ "License :: OSI Approved :: Apache Software License",
30
+ "Programming Language :: Python :: 3",
31
+ "Programming Language :: Python :: 3.10",
32
+ "Programming Language :: Python :: 3.11",
33
+ "Programming Language :: Python :: 3.12",
34
+ "Operating System :: OS Independent",
35
+ ]
36
  readme = "README.md"
37
  requires-python = ">=3.10, <3.13"
38
  dependencies = [
 
48
  "mixpanel (>=4.10.1,<5.0.0)"
49
  ]
50
 
51
+ [project.urls]
52
+ Homepage = "https://github.com/kimgb415/know-lang"
53
+ Repository = "https://github.com/kimgb415/know-lang"
54
+
55
  [tool.poetry]
56
  packages = [
57
  { include = "knowlang", from="src" },