Skip to content

Commit fca02e3

Browse files
committed
refactor(agent): use unique project name
To distinguish it from other modules.
1 parent 8a8867f commit fca02e3

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ RUN echo "$VCS_REVISION" > ./version
2323

2424
COPY src .
2525

26-
CMD ["python3", "agent/main.py"]
26+
CMD ["python3", "rkagent/main.py"]

agent/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "agent"
2+
name = "rkagent" # restknot-agent
33
version = "0.7.12"
44
description = "RESTKnot Agent"
55
authors = [
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)