From e341013e9b4654a0c93b1fd9bbb797066e55c78b Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Fri, 10 Apr 2009 11:45:04 -0400 Subject: Hooked up the test suite. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c0ed167..bd8619c 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( zip_safe=False, maintainer='Leonard Richardson', maintainer_email='leonardr@segfault.org', - long_description="""Beautiful Soup parses arbitrarily invalid XML/HTML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.""" + long_description="""Beautiful Soup parses arbitrarily invalid XML/HTML and provides a variety of methods and Pythonic idioms for iterating and searching the parse tree.""", license='New-style BSD', install_requires=[ 'setuptools', -- cgit v1.2.3