Fixed repo url in setup.py

This commit is contained in:
Swen Kooij 2016-10-21 15:09:39 +03:00
parent 65d6647b6a
commit 2be158ba5f

View File

@ -13,7 +13,7 @@ setup(
license='MIT License', license='MIT License',
description='Implementation of localized model fields using PostgreSQL HStore fields.', description='Implementation of localized model fields using PostgreSQL HStore fields.',
long_description=README, long_description=README,
url='https://github.com/SectorLabs/django-localized-field', url='https://github.com/SectorLabs/django-localized-fields',
author='Sector Labs', author='Sector Labs',
author_email='open-source@sectorlabs.ro', author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'], keywords=['django', 'localized', 'language', 'models', 'fields'],