pkg(python-3.9.4): remove 'py3' alias and add 'py'

This commit is contained in:
Shivansh-007 2021-04-14 09:20:07 +05:30
parent bc290c9348
commit 7908b5810f

View file

@ -1,5 +1,5 @@
{
"language": "python",
"version": "3.9.4",
"aliases": ["py3", "python3"]
"aliases": ["py", "python3"]
}