PyScaffold is a tool for creating new Python projects and Python 3 surely has been for quite a while the right version to start a new project. Also due the a bug in setuptools the current version 3.0 of PyScaffold has no Python 2 support right now and there were no complaints about this.
We could officially drop the Python 2 support in PyScaffold 3.1 and get rid of six, unnecessary __future__ imports in templates and the code of PyScaffold itself. This would clean things up.
PyScaffold is a tool for creating new Python projects and Python 3 surely has been for quite a while the right version to start a new project. Also due the a bug in
setuptoolsthe current version 3.0 of PyScaffold has no Python 2 support right now and there were no complaints about this.We could officially drop the Python 2 support in PyScaffold 3.1 and get rid of
six, unnecessary__future__imports in templates and the code of PyScaffold itself. This would clean things up.