Poetry: include a readme setting

This should include the contents of `README.md` in the package & show it
on the Python package index.
This commit is contained in:
Sybren A. Stüvel 2022-12-16 15:22:27 +01:00
parent 54456e0c35
commit 64d657ead2

View File

@ -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 <sybren@blender.org>",
"Campbell Barton",