diff --git a/setup.py b/setup.py index e6f2f94..d0de8fb 100644 --- a/setup.py +++ b/setup.py @@ -13,9 +13,10 @@ setup( license='MIT License', description='Implementation of localized model fields using PostgreSQL HStore fields.', long_description=README, - url='http://sectorlabs.ro/', + url='https://github.com/SectorLabs/django-localized-field', author='Sector Labs', author_email='open-source@sectorlabs.ro', + keywords=['django', 'localized', 'language', 'models', 'fields'], classifiers=[ 'Environment :: Web Environment', 'Framework :: Django',