diff options
| author | ryanss | 2015-01-13 23:59:00 -0500 |
|---|---|---|
| committer | ryanss | 2015-01-13 23:59:00 -0500 |
| commit | ab93fdadfabc4f788bdbe73add50122226d9fda8 (patch) | |
| tree | d6cf71258ca376e7bd251df249d17207fa2ff5a8 /plugin/readability/setup.py | |
| parent | 7151ac23fd2f2e04c69d1fb642081201c8a16ce6 (diff) | |
| download | vim-hn-ab93fdadfabc4f788bdbe73add50122226d9fda8.tar.gz | |
Use fuckyeahmarkdown.com instead of python-readability
Diffstat (limited to 'plugin/readability/setup.py')
| -rwxr-xr-x | plugin/readability/setup.py | 22 |
1 files changed, 0 insertions, 22 deletions
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", - ], -) |
