aboutsummaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2020-07-22Add pytest-cov for code coverageCody Logan
Also remove pytest-runner from the list of dependencies to be installed, as it's only necessary when running the test suite
2020-01-28Split main file into separate chunksCody Logan
2020-01-03No longer need futurev0.4.1Cody Logan
2020-01-03Code cleanupCody Logan
2020-01-03Merge branch 'python3-only'Cody Logan
Back to supporting Python 3 only.
2020-01-03Update README and PyPI identifiersCody Logan
2020-01-03Temporarily revert "Drop support for Python 2."Cody Logan
This reverts commit 3c2d03f02e644b8afc5178f7c1a11d50d6b21118.
2020-01-03Drop support for Python 2.Cody Logan
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