Remove long description from setup.py

This needs to be rewritten for PyPi.
This commit is contained in:
Iwo Herka 2018-06-08 17:18:08 +02:00
parent 4394586afd
commit 32dd6ca22f

View file

@ -7,7 +7,6 @@ setup(
requires = ['python (>= 3.5)', 'django (>= 1.11.14)'],
provides = ['eav'],
description = 'Entity-Attribute-Value storage for Django',
long_description = open('README.md').read(),
url = 'http://github.com/makimo/django-eav2',
packages = ['eav', 'tests'],
maintainer = 'Iwo Herka',