Skip to content
This repository was archived by the owner on Aug 28, 2021. It is now read-only.

Commit 15fde41

Browse files
authored
Update package.json
1 parent 3de311b commit 15fde41

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Python UltiSnippets",
44
"description": "A set of Python snippets for VSCode",
55
"icon": "img/icon.png",
6-
"version": "2.0.0",
6+
"version": "2.0.2",
77
"engines": {
88
"vscode": "^1.35.0"
99
},
@@ -22,7 +22,9 @@
2222
"keywords": [
2323
"snippets",
2424
"python",
25-
"python3"
25+
"python3",
26+
"autocompletion",
27+
"completion"
2628
],
2729
"license": "MIT",
2830
"contributes": {
@@ -33,4 +35,4 @@
3335
}
3436
]
3537
}
36-
}
38+
}

0 commit comments

Comments
 (0)