Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Kuttler committed Feb 29, 2016
1 parent b3b4441 commit 508dd7a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.rst
Expand Up @@ -80,9 +80,6 @@ Multiple codes are supported as well, except for bing::
Notes
-----

Python 2.6 users will have to install argparse and importlib manually. I'm
too lazy to add that logic to the setup script right now.

As **Bing** always accesses the same verification file I'm not sure if it's
possible to support more than one code for it. Please let me know if yes, and
how, as I don't really use their tools.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -21,8 +21,8 @@
"Programming Language :: Python",
"Framework :: Django",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
],
install_requires=[
"Django >= 1.8",
Expand Down

0 comments on commit 508dd7a

Please sign in to comment.