FS#34259 - [pep8-python3] The package name does not follow the python package guidelines
Attached to Project:
Community Packages
Opened by Wieland Hoffmann (Mineo) - Monday, 11 March 2013, 16:23 GMT
Last edited by Felix Yan (felixonmars) - Monday, 11 March 2013, 16:57 GMT
Opened by Wieland Hoffmann (Mineo) - Monday, 11 March 2013, 16:23 GMT
Last edited by Felix Yan (felixonmars) - Monday, 11 March 2013, 16:57 GMT
|
Details
Description:
The package guidelines suggest/require to always **pre**pend "python{2,3,}" and not append it. I'm aware that pep8 is not necessarily a library but for consistencys sake, please follow that guideline. |
This task depends upon
Comment by
Felix Yan (felixonmars) - Monday,
11 March 2013, 16:56 GMT
Well, I name it that way because the command will be named the
same way as package name to avoid confusing.