From 4c25503290f0de78b3ef760c90bcb739abd16b65 Mon Sep 17 00:00:00 2001 From: Pieter Pas Date: Sun, 1 Dec 2024 18:10:02 +0100 Subject: [PATCH] [Docs] simplify metadata in README example pyproject.toml --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index fe95d93..f9f3880 100644 --- a/README.md +++ b/README.md @@ -56,13 +56,9 @@ and tell py-build-cmake how to build your CMake project. For example: ```toml [project] # Project metadata name = "example-project" -readme = "README.md" requires-python = ">=3.7" +readme = "README.md" license = { "file" = "LICENSE" } -authors = [{ "name" = "Pieter P", "email" = "pieter.p.dev@outlook.com" }] -keywords = ["some", "keywords"] -classifiers = ["Topic :: Scientific/Engineering"] -urls = { "Documentation" = "https://tttapa.github.io/py-build-cmake" } dependencies = ["numpy"] dynamic = ["version", "description"]