From 03663a855dd04a148b82d763ca20852826e1648f Mon Sep 17 00:00:00 2001 From: Bastian Venthur Date: Sun, 28 Mar 2021 11:16:41 +0200 Subject: [PATCH] added project urls --- blag/version.py | 2 +- setup.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/blag/version.py b/blag/version.py index 8b9cd48..5726675 100644 --- a/blag/version.py +++ b/blag/version.py @@ -1 +1 @@ -__VERSION__ = '0.0.5' +__VERSION__ = '0.0.6' diff --git a/setup.py b/setup.py index 12e322b..d56b952 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,10 @@ setup( author='Bastian Venthur', author_email='mail@venthur.de', url='https://github.com/venthur/blag', + project_urls={ + 'Documentation': 'https://blag.readthedocs.io/', + 'Source': 'https://github.com/venthur/blag', + }, python_requires='>=3.8', package_data={ 'blag': ['templates/*'],