From fa8c6648090c8a4dc820b4a074acd2ff60688093 Mon Sep 17 00:00:00 2001 From: Marcel Hellkamp Date: Sat, 3 Oct 2020 16:32:10 +0200 Subject: [PATCH] Fixed package url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d091709..2b9b0d6 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ exec(source) setup( name = 'bottle-sqlite', version = __version__, - url = 'http://bottlepy.org/docs/dev/plugins/sqlite.html', + url = 'https://github.com/bottlepy/bottle-sqlite', description = 'SQLite3 integration for Bottle.', long_description = __doc__, author = 'Marcel Hellkamp',