# HG changeset patch # User Franz Glasner # Date 1556904724 -7200 # Node ID 5c27e52c348370d63e2e9ba8afb31436a68fc49c # Parent 781b8dc1883f4b70ef0008f896853e0122dcbcff Declare requirements on the Python version formally also diff -r 781b8dc1883f -r 5c27e52c3483 setup.py --- a/setup.py Fri May 03 19:06:37 2019 +0200 +++ b/setup.py Fri May 03 19:32:04 2019 +0200 @@ -65,6 +65,7 @@ "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules" ], + python_requires=">=2.6", extras_require={ "yaml": yaml_requirements, "all" : all_requirements,