mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-04-28 19:04:41 +00:00
Fix file extension in setup.py
This commit is contained in:
parent
6a3e88bfc6
commit
d4946345fd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -28,7 +28,7 @@ setup(
|
|||
|
||||
description='Entity-attribute-value model implementation as a reusable'
|
||||
'Django app.',
|
||||
long_description=open('README.rst').read(),
|
||||
long_description=open('README.md').read(),
|
||||
|
||||
url='http://github.com/mvpdev/django-eav',
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue