Skip to content

Commit 5d95e3b

Browse files
committed
remove .env file and rename projecty in pyproject
1 parent 7a55d72 commit 5d95e3b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.env

Lines changed: 0 additions & 3 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.poetry]
2-
name = "code_graph"
2+
name = "code-graph-backend"
33
version = "0.1.0"
44
description = "code_graph is designed to help developers visualize and analyze the structure of their source code. It takes source code as input and generates a graph representation, making it easier to understand relationships and dependencies within the codebase."
55
authors = ["Roi Lipman <roilipman@gmail.com>"]

0 commit comments

Comments
 (0)