From 7055c0f088686a23c4e578a6e12764bec9881963 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Fri, 22 Oct 2021 22:08:38 +0700 Subject: [PATCH] Fix package name --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d40abe..60fd6d4 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def find_stubs(package): setup( - name="odoo14-stubs", + name="odoo15-stubs", url="https://github.com/trinhanhngoc/odoo-stubs", author="Trinh Anh Ngoc", author_email="atw1990@gmail.com",