Skip to content

Commit 21906f1

Browse files
committed
Better setup.py, now we're "readability-lxml" in pypi. Thanks to Jerry Charumilind.
1 parent c2ec1d1 commit 21906f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
*.pyc
2+
build
3+
dist
4+
readability_lxml.egg-info

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from setuptools import setup, find_packages
33

44
setup(
5-
name="lxml-readability",
5+
name="readability-lxml",
66
version="0.1dev",
77
author="Yuri Baburov",
8-
author_email="burchik+github@gmail.com",
8+
author_email="burchik@gmail.com",
99
description="python port of arc90's readability bookmarklet",
1010
long_description=open("README").read(),
1111
license="Apache License 2.0",

0 commit comments

Comments
 (0)