codegraph-cli-ai 0.1.4__tar.gz → 0.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {codegraph_cli_ai-0.1.4/codegraph_cli_ai.egg-info → codegraph_cli_ai-0.1.6}/PKG-INFO +1 -1
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6/codegraph_cli_ai.egg-info}/PKG-INFO +1 -1
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/pyproject.toml +2 -4
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/MANIFEST.in +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph/cli.py +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph/graph/builder.py +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph/parsers/python_parser.py +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/SOURCES.txt +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/dependency_links.txt +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/entry_points.txt +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/requires.txt +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/top_level.txt +0 -0
- {codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "codegraph-cli-ai"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.6"
|
|
8
8
|
description = "CLI tool to analyze codebases and visualize knowledge graphs using AST"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -20,7 +20,7 @@ classifiers = [
|
|
|
20
20
|
"Programming Language :: Python :: 3",
|
|
21
21
|
"Programming Language :: Python :: 3.9",
|
|
22
22
|
"License :: OSI Approved :: MIT License",
|
|
23
|
-
"Operating System :: OS Independent"
|
|
23
|
+
"Operating System :: OS Independent"
|
|
24
24
|
]
|
|
25
25
|
|
|
26
26
|
dependencies = [
|
|
@@ -35,10 +35,8 @@ codegraph = "codegraph.cli:app"
|
|
|
35
35
|
[project.urls]
|
|
36
36
|
Homepage = "https://github.com/AdityaJogdand/codegraph-ai"
|
|
37
37
|
|
|
38
|
-
# 🔥 IMPORTANT: ensures README and other files are included
|
|
39
38
|
[tool.setuptools]
|
|
40
39
|
include-package-data = true
|
|
41
40
|
|
|
42
|
-
# 🔥 Explicitly include package
|
|
43
41
|
[tool.setuptools.packages.find]
|
|
44
42
|
where = ["."]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{codegraph_cli_ai-0.1.4 → codegraph_cli_ai-0.1.6}/codegraph_cli_ai.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|