Added initial implementation + tests

This commit is contained in:
Swen Kooij
2016-10-21 12:21:11 +03:00
parent d33fecb490
commit 612b3bf427
18 changed files with 1030 additions and 2 deletions

View File

@@ -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',