diff --git a/setup.py b/setup.py index f8741b6..5cd0f7c 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,6 @@ setup( version=VERSION, description="Markdown extension to allow media embedding using the oEmbed " "standard.", - long_description=open('README.markdown').read(), author='Tanner Netterville', author_email='tannern@gmail.com', url='https://github.com/rennat/python-markdown-oembed',