Commit 5ed347e4 authored by Mikhail's avatar Mikhail Committed by FichteFoll

Update metadata and releases for AutoPEP8 package (#6869)

New releases aren't supported for ST2 anymore,
however old versions are still available under "st2-" prefix.
parent 2657e0e8
...@@ -2168,10 +2168,17 @@ ...@@ -2168,10 +2168,17 @@
{ {
"name": "AutoPEP8", "name": "AutoPEP8",
"details": "https://github.com/wistful/SublimeAutoPEP8", "details": "https://github.com/wistful/SublimeAutoPEP8",
"labels": ["linting", "formatting"],
"readme": "https://raw.githubusercontent.com/wistful/SublimeAutoPEP8/master/Readme.md",
"issues": "https://github.com/wistful/SublimeAutoPEP8/issues",
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"tags": true "tags": true
},
{
"sublime_text": "<3000",
"tags": "st2-"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment