From fb2727a26c9b1c910098824bb6eee53ce289b8d8 Mon Sep 17 00:00:00 2001 From: QZLin Date: Fri, 6 Sep 2024 14:52:45 +0800 Subject: [PATCH] update metadata --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 60e1d5f..5f8031c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,6 +5,12 @@ build-backend = "setuptools.build_meta" [project] name = "RootReadme" version = "0.1" +readme = "readme.md" +classifiers = ["License :: OSI Approved :: MIT License"] + +[project.urls] +Repository = "https://github.com/QZLin/RootReadme.git" +Issues = "https://github.com/QZLin/RootReadme/issues" [project.entry-points."mkdocs.plugins"] RootReadme = "RootReadme.plugin:RootReadme"