Skip to content

Commit 2efc3f1

Browse files
authored
Merge pull request #24 from FalkorDB/clean
remove .env file and rename projecty in pyproject
2 parents 7a55d72 + 5d95e3b commit 2efc3f1

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)