remove long description from setup file

This commit is contained in:
J. Tanner Netterville 2012-11-13 16:35:53 -06:00
parent 9e979fbb81
commit d9543dbffb

View file

@ -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',