From edb478d47f46f8dda7c633720711987eb69cc582 Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Thu, 5 Sep 2024 19:51:40 +0200 Subject: [PATCH] Rename poetry project to `northstardocs` --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ab280737..90f53d63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -name = "moddingdocs" +name = "northstardocs" version = "0.1.0" description = "This repo contains the technical documentation on all things related to making Northstar mods." authors = ["R2Northstar"]