mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-25 11:42:54 +03:00
Prepared setup.py for PyPi upload
This commit is contained in:
parent
d16b7066bf
commit
749115d326
3
setup.py
3
setup.py
@ -13,9 +13,10 @@ 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='http://sectorlabs.ro/',
|
url='https://github.com/SectorLabs/django-localized-field',
|
||||||
author='Sector Labs',
|
author='Sector Labs',
|
||||||
author_email='open-source@sectorlabs.ro',
|
author_email='open-source@sectorlabs.ro',
|
||||||
|
keywords=['django', 'localized', 'language', 'models', 'fields'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Environment :: Web Environment',
|
'Environment :: Web Environment',
|
||||||
'Framework :: Django',
|
'Framework :: Django',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user