tomtom-international / cookiecutter-python

:cookie: Cookiecutter template for Python packages
Apache License 2.0
18 stars 8 forks source link

feat: Python version requirements as part of setup. #54

Closed pbomta closed 4 years ago

pbomta commented 5 years ago

Adds the python version requirement to the template to prevent the package to be downloaded with pip using an incompatible Python version. The default is currently Python 3 and up.

maikelvdh commented 5 years ago

Please sign your commit @pbomta

martinm82 commented 5 years ago

@pbomta, could you add to the description the reason for this change (eg. downloadable with python 3 only)