From 2cd91e7e4f78436a5eb4767c3c009bc366a24cdc Mon Sep 17 00:00:00 2001 From: Anton Lodder Date: Fri, 20 Jan 2023 10:06:11 -0500 Subject: [PATCH 1/2] Version file must be in a list --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 73c9c39..6baa018 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ requires = ["setuptools >= 61.0.0"] build-backend = "setuptools.build_meta" [tool.setuptools.dynamic] -version = {file = "asciigraf/VERSION"} +version = {file = ["asciigraf/VERSION"]} [tool.setuptools.packages.find] include=["asciigraf*"] From af15ddd0c2822d231b4e3d39e51b24b806034a11 Mon Sep 17 00:00:00 2001 From: Anton Lodder Date: Fri, 20 Jan 2023 10:08:01 -0500 Subject: [PATCH 2/2] Drop useless MANIFEST statement --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 5d9f348..456f8e6 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,3 @@ -recursive include asciigraf include asciigraf/VERSION include README.md