aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCody Logan <clpo13@gmail.com>2020-01-03 11:21:24 -0800
committerCody Logan <clpo13@gmail.com>2020-01-03 11:21:24 -0800
commitd01f228c202b8379cbff13b221d9f25a03c668fd (patch)
tree360c02bd8cf44496a1727a308a72b1433f872216 /README.md
parent80de3d14325a15bf30f1d6863d996a4dd0d87e0f (diff)
downloadwikiget-d01f228c202b8379cbff13b221d9f25a03c668fd.tar.gz
wikiget-d01f228c202b8379cbff13b221d9f25a03c668fd.zip
Temporarily revert "Drop support for Python 2."
This reverts commit 3c2d03f02e644b8afc5178f7c1a11d50d6b21118.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 84cb569..6522494 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Something like wget for downloading a file from MediaWiki sites (like Wikipedia
or Wikimedia Commons) using only the file name or the URL of its description
page.
-Requires Python 3.5+. Install with `pip install --user wikiget` or, if you're using
+Requires Python 2.7 or 3.5+. Install with `pip install --user wikiget` or, if you're using
[Homebrew](https://brew.sh/), `brew tap clpo13/wikiget && brew install wikiget`.
## Usage
@@ -85,7 +85,7 @@ executable script. Unit tests can be run with `python setup.py test`.
## License
-Copyright (C) 2018, 2019, 2020 Cody Logan
+Copyright (C) 2018, 2019 Cody Logan
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by