Require Python 3.4

Specify Requires-Python (PEP345) metadata
This commit is contained in:
Min RK
2017-07-18 12:54:04 +02:00
parent 0fd1a95405
commit 5a8011ea66

View File

@@ -100,6 +100,7 @@ setup_args = dict(
license = "BSD",
platforms = "Linux, Mac OS X",
keywords = ['Interactive', 'Interpreter', 'Shell', 'Web'],
python_requires = ">=3.4",
classifiers = [
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',