summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-02-08 09:04:50 -0500
committerLeonard Richardson <leonard.richardson@canonical.com>2012-02-08 09:04:50 -0500
commit8d1ee29a23dc7be13f08c0fdd6174681bb97409b (patch)
treec9b7ead831a54f9b4e928b02b4058c709d56f9e6 /setup.py
parentab805e6c405b22ebf71e5f38ad5794aed2c69b75 (diff)
downloadbeautifulsoup4-8d1ee29a23dc7be13f08c0fdd6174681bb97409b.tar.gz
Fixed download URL.
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 007b57e..7fce6b0 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setup(name="beautifulsoup4",
author="Leonard Richardson",
author_email='leonardr@segfault.org',
url="http://www.crummy.com/software/BeautifulSoup/bs4/",
- download_url = "http://www.crummy.com/software/BeautifulSoup/download/4.x/",
+ download_url = "http://www.crummy.com/software/BeautifulSoup/bs4/download/",
long_description="""Beautiful Soup sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.""",
license="MIT",
packages=['bs4', 'bs4.builder', 'bs4.tests'],