From b0505f94fee944184e5b2208461e4e160e2b1cd3 Mon Sep 17 00:00:00 2001 From: JustAnotherArchivist Date: Fri, 10 Mar 2023 01:44:46 +0000 Subject: [PATCH] Fix typo in package name --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7ee4569..dd6c5d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = ['codearchiver', 'codearchiver.modules'] [tool.setuptools_scm] [project] -name = 'codearchive' +name = 'codearchiver' description = 'A VCS repository archival tool' readme = 'README.md' authors = [{name = 'JustAnotherArchivist'}]