From 64d657ead28e9ebdd42479854fe0b323854e72b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 16 Dec 2022 15:22:27 +0100 Subject: [PATCH] Poetry: include a readme setting This should include the contents of `README.md` in the package & show it on the Python package index. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index a86ca7e..a689527 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,8 @@ version = "1.15" homepage = 'https://developer.blender.org/project/profile/79/' description = "BAT parses Blend files and produces dependency information. After installation run `bat --help`" +readme = "README.md" + authors = [ "Sybren A. Stüvel ", "Campbell Barton",