comparison setup.py @ 185:5c27e52c3483

Declare requirements on the Python version formally also
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 03 May 2019 19:32:04 +0200
parents 781b8dc1883f
children 28e6c1413947
comparison
equal deleted inserted replaced
184:781b8dc1883f 185:5c27e52c3483
63 "Programming Language :: Python :: 3.4", 63 "Programming Language :: Python :: 3.4",
64 "Programming Language :: Python :: 3.5", 64 "Programming Language :: Python :: 3.5",
65 "Programming Language :: Python :: 3.6", 65 "Programming Language :: Python :: 3.6",
66 "Topic :: Software Development :: Libraries :: Python Modules" 66 "Topic :: Software Development :: Libraries :: Python Modules"
67 ], 67 ],
68 python_requires=">=2.6",
68 extras_require={ 69 extras_require={
69 "yaml": yaml_requirements, 70 "yaml": yaml_requirements,
70 "all" : all_requirements, 71 "all" : all_requirements,
71 }, 72 },
72 tests_require=all_requirements, 73 tests_require=all_requirements,