We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ec1d1 commit 21906f1Copy full SHA for 21906f1
.gitignore
@@ -1 +1,4 @@
1
*.pyc
2
+build
3
+dist
4
+readability_lxml.egg-info
setup.py
@@ -2,10 +2,10 @@
from setuptools import setup, find_packages
setup(
5
- name="lxml-readability",
+ name="readability-lxml",
6
version="0.1dev",
7
author="Yuri Baburov",
8
- author_email="burchik+github@gmail.com",
+ author_email="burchik@gmail.com",
9
description="python port of arc90's readability bookmarklet",
10
long_description=open("README").read(),
11
license="Apache License 2.0",
0 commit comments