summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLeonard Richardson <leonardr@segfault.org>2016-07-26 21:28:13 -0400
committerLeonard Richardson <leonardr@segfault.org>2016-07-26 21:28:13 -0400
commit1a0c82f030006f8a3e195e4fcd52c6751f5ae4db (patch)
tree499b2cec7310eb2857210cc1281b0fdbe49031a2 /setup.py
parentd45fdd36c11ccc91f5ea81e2caf4ae71c47a4f33 (diff)
parent82e22ffc22ffaaf322a848a15aa5f84dbcb67d42 (diff)
Clarify that Beautiful Soup is no longer compatible with versions of Python pre-2.7. Contributed by Ville Skyttä.
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 2952547..a1e42bb 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,7 @@ setup(
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
- "Programming Language :: Python :: 2",
+ "Programming Language :: Python :: 2.7",
'Programming Language :: Python :: 3',
"Topic :: Text Processing :: Markup :: HTML",
"Topic :: Text Processing :: Markup :: XML",