aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2019-12-06Switch to Wikimedia Commons as default siteCody Logan
Commons is intended as a repository for freely-usable media, so it makes more sense for it to be the default, and most images on Wikimedia sites (like English Wikipedia) are also available there. The functionality for specifying alternate sites is left in case users want to download fair-use media, which is not available on Commons, as well as for the possible future integration with non-Wikimedia MediaWiki sites (like Fandom/Wikia).
2019-10-02Shorten the repository namev0.2.1Cody Logan
2019-10-02Amend copyright notices and license statementsCody Logan
2019-08-05Specify a minimum mwclient version in setup.pyCody Logan
mwclient < 0.10.0 uses __ver__ to specify the library version, but 0.10.0 uses __version__. This complements the fix made in de20dd7.
2019-06-14Drop support for Python 3.4v0.1.3Cody Logan
2019-06-14Documentation updatesCody Logan
2019-01-08Additional comments and clarificationsCody Logan
2018-12-14Update setup.pyv0.1.0Cody Logan
2018-12-14Test Travis PyPI integrationCody Logan
2018-12-14Add some tests with pytestCody Logan
Can be run with `pytest` (if installed) or `python setup.py test`
2018-12-13Remove utf-8 comments to fix a problem with Python 2Cody Logan
2018-12-13Initial programCody Logan