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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codegraph-cli-ai
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: CLI tool to analyze codebases and visualize knowledge graphs using AST
5
5
  Author: Aditya Jogdand
6
6
  License: MIT
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codegraph-cli-ai
3
- Version: 0.1.4
3
+ Version: 0.1.6
4
4
  Summary: CLI tool to analyze codebases and visualize knowledge graphs using AST
5
5
  Author: Aditya Jogdand
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "codegraph-cli-ai"
7
- version = "0.1.4"
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 = ["."]