diff options
| author | Cody Logan <clpo13@gmail.com> | 2019-06-14 14:34:44 -0700 |
|---|---|---|
| committer | Cody Logan <clpo13@gmail.com> | 2019-06-14 14:34:44 -0700 |
| commit | 5696566527a8103f8e2fc25ab165b56f6b5effce (patch) | |
| tree | 157035b99d3bb26906fd213d9278678c354ffedb /setup.py | |
| parent | f4036f128f66a3a32d0c291ca730647de51137d6 (diff) | |
| download | wikiget-0.1.3.tar.gz wikiget-0.1.3.zip | |
Drop support for Python 3.4v0.1.3
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ setup( "Programming Language :: Python :: 3", "Topic :: Utilities", ], + python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*', install_requires=["future", "mwclient", "pytest-runner", "requests", "tqdm"], tests_require=["pytest"], project_urls={ |
