mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-05-24 07:03:50 +00:00
Remove long description from setup.py
This needs to be rewritten for PyPi.
This commit is contained in:
parent
4394586afd
commit
32dd6ca22f
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -7,7 +7,6 @@ setup(
|
||||||
requires = ['python (>= 3.5)', 'django (>= 1.11.14)'],
|
requires = ['python (>= 3.5)', 'django (>= 1.11.14)'],
|
||||||
provides = ['eav'],
|
provides = ['eav'],
|
||||||
description = 'Entity-Attribute-Value storage for Django',
|
description = 'Entity-Attribute-Value storage for Django',
|
||||||
long_description = open('README.md').read(),
|
|
||||||
url = 'http://github.com/makimo/django-eav2',
|
url = 'http://github.com/makimo/django-eav2',
|
||||||
packages = ['eav', 'tests'],
|
packages = ['eav', 'tests'],
|
||||||
maintainer = 'Iwo Herka',
|
maintainer = 'Iwo Herka',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue