From 7f2839f10bd97dfbcd76ee39c3a9582416b62c12 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Jul 2022 16:05:42 +0200 Subject: [PATCH] maybe this will be accepted by PyPI --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8a5fe8a..09de02b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,8 @@ build-backend = "setuptools.build_meta" [project] name = "spacepackets" description = "Various CCSDS and ECSS packet implementations" -dynamic = ["version", "readme"] +readme = "README.md" +dynamic = ["version"] requires-python = ">=3.7" license = {file = "LICENSE"} authors = [ @@ -38,7 +39,6 @@ dependencies = [ [tool.setuptools.dynamic] version = {attr = "spacepackets.__version__"} -readme = {file = ["README.md", "NOTICE"]} # Default flake8 does not appear to have implemented proper pyproject.toml # support yet but there are project like flake9 and pyproject-flake8 which