From 2be158ba5f6adc314a3b1035af7556bcb690b094 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Fri, 21 Oct 2016 15:09:39 +0300 Subject: [PATCH] Fixed repo url in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0de8fb..5ab695e 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( license='MIT License', description='Implementation of localized model fields using PostgreSQL HStore fields.', long_description=README, - url='https://github.com/SectorLabs/django-localized-field', + url='https://github.com/SectorLabs/django-localized-fields', author='Sector Labs', author_email='open-source@sectorlabs.ro', keywords=['django', 'localized', 'language', 'models', 'fields'],