mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +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)'],
|
||||
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue