From 784f33664675da81f6dc3efbfa93d973284d9055 Mon Sep 17 00:00:00 2001 From: lionsoul2014 Date: Sat, 1 Nov 2025 23:02:49 +0800 Subject: [PATCH] add keywords --- binding/python/setup.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/binding/python/setup.py b/binding/python/setup.py index 07cea35..f729248 100644 --- a/binding/python/setup.py +++ b/binding/python/setup.py @@ -20,4 +20,22 @@ setuptools.setup( "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", ), + keywords=( + "ip2region", + "ip-address", + "ip-region", + "ip-location", + "ip-lookup", + "ip-search", + "ipv4-address", + "ipv4-region", + "ipv4-location", + "ipv4-lookup", + "ipv4-search", + "ipv6-address", + "ipv6-region", + "ipv6-location", + "ipv6-lookup", + "ipv6-search" + ) )