From 9d6eb4cc40ea998069b71f08730498d9e9a481d1 Mon Sep 17 00:00:00 2001 From: Trinh Anh Ngoc Date: Sun, 15 Nov 2020 18:23:52 +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 961b52a..6d40abe 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def find_stubs(package): setup( - name="odoo-stubs", + name="odoo14-stubs", url="https://github.com/trinhanhngoc/odoo-stubs", author="Trinh Anh Ngoc", author_email="atw1990@gmail.com",