From 9d689a8ad50b7232f010188f5fd154545c3407c9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sat, 27 Feb 2021 12:08:07 +0800 Subject: [PATCH] setup.py: Update URL and license --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2355011..ca7cccd 100644 --- a/setup.py +++ b/setup.py @@ -7,11 +7,11 @@ description="Panel for the Django Debug toolbar to quickly switch between " "users.", version='0.1', - url='http://code.playfire.com/', + url='https://github.com/playfire/django-debug-toolbar-user-panel', author='Playfire.com', author_email='tech@playfire.com', - license='BSD', + license='BSD-3-Clause', packages=( 'debug_toolbar_user_panel',