From ab93fdadfabc4f788bdbe73add50122226d9fda8 Mon Sep 17 00:00:00 2001 From: ryanss Date: Tue, 13 Jan 2015 23:59:00 -0500 Subject: Use fuckyeahmarkdown.com instead of python-readability --- plugin/readability/setup.py | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100755 plugin/readability/setup.py (limited to 'plugin/readability/setup.py') diff --git a/plugin/readability/setup.py b/plugin/readability/setup.py deleted file mode 100755 index a027449..0000000 --- a/plugin/readability/setup.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/env python -from distutils.core import setup - - -setup( - name="python-readability", - author="Tim Cuthbertson", - author_email="tim3d.junk+github@gmail.com", - description="python port of arc90's readability bookmarklet", - long_description=open("README").read(), - license="Apache License 2.0", - url="http://github.com/gfxmonk/python-readability", - packages=[ - "readability", - ], - classifiers=[ - "Environment :: Web Environment", - "Intended Audience :: Developers", - "Operating System :: OS Independent", - "Programming Language :: Python", - ], -) -- cgit v1.2.3