mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Added initial implementation + tests
This commit is contained in:
2
setup.py
2
setup.py
@@ -11,7 +11,7 @@ setup(
|
||||
packages=find_packages(),
|
||||
include_package_data=True,
|
||||
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,
|
||||
url='http://sectorlabs.ro/',
|
||||
author='Sector Labs',
|
||||
|
||||
Reference in New Issue
Block a user