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"