Better setup.py, now we're "readability-lxml" in pypi. Thanks to Jerry Charumilind.

pull/9/head
Yuri Baburov 13 years ago
parent c2ec1d1c38
commit 21906f1c44

3
.gitignore vendored

@ -1 +1,4 @@
*.pyc *.pyc
build
dist
readability_lxml.egg-info

@ -2,10 +2,10 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup( setup(
name="lxml-readability", name="readability-lxml",
version="0.1dev", version="0.1dev",
author="Yuri Baburov", author="Yuri Baburov",
author_email="burchik+github@gmail.com", author_email="burchik@gmail.com",
description="python port of arc90's readability bookmarklet", description="python port of arc90's readability bookmarklet",
long_description=open("README").read(), long_description=open("README").read(),
license="Apache License 2.0", license="Apache License 2.0",

Loading…
Cancel
Save