Mercurial > hgrepos > Python > libs > ConfigMix
diff 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 |
line wrap: on
line diff
--- 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,
