From 274491b6241a0ed9d4fad9b7f4b2c74a71422164 Mon Sep 17 00:00:00 2001 From: Kneckter Date: Tue, 26 Jan 2021 18:42:04 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1e68f74..91ec25a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# Archived +This project is now archived and replaced with the SpawnpointClusterTool located at https://github.com/Kneckter/SpawnpointClusterTool. + # TSP Py A python script that will sort coordinates by using the TSP Solver module to make the shortest route through a list of coordinates. I did not write this script but I wanted to show it in this repository since it works better than my VBS macro. I did modified it slightly so it does not need Tkinter.