summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
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',