From 0f3ab6af7ab9e93cbf2b41173a5388a3bf057164 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sat, 19 Oct 2019 14:08:25 +0300 Subject: [PATCH] Add more keywords --- setup.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 79885f0..18f3472 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,16 @@ setup( url="https://github.com/SectorLabs/django-localized-fields", author="Sector Labs", author_email="open-source@sectorlabs.ro", - keywords=["django", "localized", "language", "models", "fields"], + keywords=[ + "django", + "localized", + "language", + "models", + "fields", + "postgres", + "hstore", + "i18n", + ], classifiers=[ "Environment :: Web Environment", "Framework :: Django",