mirror of
https://github.com/Hopiu/python-markdown-oembed.git
synced 2026-03-17 06:20:24 +00:00
remove long description from setup file
This commit is contained in:
parent
9e979fbb81
commit
d9543dbffb
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
|
@ -14,7 +14,6 @@ setup(
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description="Markdown extension to allow media embedding using the oEmbed "
|
description="Markdown extension to allow media embedding using the oEmbed "
|
||||||
"standard.",
|
"standard.",
|
||||||
long_description=open('README.markdown').read(),
|
|
||||||
author='Tanner Netterville',
|
author='Tanner Netterville',
|
||||||
author_email='tannern@gmail.com',
|
author_email='tannern@gmail.com',
|
||||||
url='https://github.com/rennat/python-markdown-oembed',
|
url='https://github.com/rennat/python-markdown-oembed',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue