From 31b439ee313c9268ac338dd130390d4f7200e693 Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Sun, 26 Dec 2021 22:00:20 +0100 Subject: rebrand project to workspace --- planetwars-cli/assets/pw_project.toml | 10 ---------- planetwars-cli/assets/pw_workspace.toml | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 planetwars-cli/assets/pw_project.toml create mode 100644 planetwars-cli/assets/pw_workspace.toml (limited to 'planetwars-cli/assets') diff --git a/planetwars-cli/assets/pw_project.toml b/planetwars-cli/assets/pw_project.toml deleted file mode 100644 index 85a4ab6..0000000 --- a/planetwars-cli/assets/pw_project.toml +++ /dev/null @@ -1,10 +0,0 @@ -[bots] - -# define a bot called simplebot -[bots.simplebot] - -# The working directory for the bot. -path = "./bots/simplebot" - -# What command to use for running the bot -argv = ["python", "simplebot.py"] \ No newline at end of file diff --git a/planetwars-cli/assets/pw_workspace.toml b/planetwars-cli/assets/pw_workspace.toml new file mode 100644 index 0000000..85a4ab6 --- /dev/null +++ b/planetwars-cli/assets/pw_workspace.toml @@ -0,0 +1,10 @@ +[bots] + +# define a bot called simplebot +[bots.simplebot] + +# The working directory for the bot. +path = "./bots/simplebot" + +# What command to use for running the bot +argv = ["python", "simplebot.py"] \ No newline at end of file -- cgit v1.2.3