From f9278ef2401a88fb183e891e4f8f759c76f22d0f Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 9 Jan 2022 17:57:03 +0700 Subject: [PATCH] Update project url --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 038c9ed..58987b3 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ def find_stubs(package): setup( name="odoo10-stubs", - url="https://github.com/trinhanhngoc/odoo-stubs", + url="https://github.com/odoo-ide/odoo-stubs", author="Trinh Anh Ngoc", author_email="atw1990@gmail.com", version="0.0.1",