diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 09:04:50 -0500 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-02-08 09:04:50 -0500 |
commit | 3735979bf73206eb3638c14581eb74459ab85e87 (patch) | |
tree | 679c654ad4ef5624060473cd375267a860811f40 /setup.py | |
parent | 9702f7c341868087e07be3cbbbdbfbda01a05d59 (diff) |
Fixed download URL.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'], |