From cd14b106c3080fd9f87cd183989a59ee83d850c1 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 9 Feb 2023 19:23:38 +0000 Subject: [PATCH] Add repository and documentation links to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9538cb9..4cdd22e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,8 @@ authors = ["Armin Ronacher"] maintainers = ["Tyler Kennedy "] license = "BSD-3-Clause" readme = "README.md" +repository = "https://github.com/python-babel/flask-babel" +documentation = "https://python-babel.github.io/flask-babel/" classifiers = [ 'Development Status :: 5 - Production/Stable', 'Environment :: Web Environment',