Prepared setup.py for PyPi upload

This commit is contained in:
Swen Kooij 2016-10-21 14:27:40 +03:00
parent d16b7066bf
commit 749115d326

View File

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