diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 11:45:04 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2009-04-10 11:45:04 -0400 |
commit | e341013e9b4654a0c93b1fd9bbb797066e55c78b (patch) | |
tree | 3a287f616138bd472fa79c7d7950c3ae7acfa401 /setup.py | |
parent | e2cdc424ee48a38a6217f3eb0ca6adf513694a84 (diff) |
Hooked up the test suite.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |