summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 11:45:04 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2009-04-10 11:45:04 -0400
commite341013e9b4654a0c93b1fd9bbb797066e55c78b (patch)
tree3a287f616138bd472fa79c7d7950c3ae7acfa401 /setup.py
parente2cdc424ee48a38a6217f3eb0ca6adf513694a84 (diff)
Hooked up the test suite.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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',