Change to automatically find packages

0.3.0.dev
Jerry Charumilind 13 years ago
parent 8877754d7e
commit 7ceb8e6d7b

@ -1,6 +1,5 @@
#!/usr/bin/env python
from distutils.core import setup
from setuptools import setup, find_packages
setup(
name="lxml-readability",
@ -11,9 +10,7 @@ setup(
long_description=open("README").read(),
license="Apache License 2.0",
url="http://github.com/buriy/python-readability",
packages=[
"lxml_readability",
],
packages=find_packages(),
classifiers=[
"Environment :: Web Environment",
"Intended Audience :: Developers",

Loading…
Cancel
Save