dreadatour / Flake8Lint

Sublime Text plugin for lint Python files
233 stars 58 forks source link

Package not listed in ST3 package control. #30

Closed RazerM closed 11 years ago

RazerM commented 11 years ago

This package cannot be installed using package control in ST3.

From https://github.com/wbond/package_control_channel/blob/master/repository/p.json it looks like the package is listed as only ST2 compatible.

        {
            "name": "Python Flake8 Lint",
            "details": "https://github.com/dreadatour/Flake8Lint",
            "labels": ["linting"],
            "releases": [
                {
                    "sublime_text": "<3000",
                    "details": "https://github.com/dreadatour/Flake8Lint/tree/master"
                }
            ]
        }
dreadatour commented 11 years ago

https://github.com/wbond/package_control_channel/pull/1939