diff --git a/packages/python/3.10.0/compile b/packages/python/3.10.0/compile new file mode 100644 index 0000000..e37a74c --- /dev/null +++ b/packages/python/3.10.0/compile @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +# Put instructions to compile source code, remove this file if the language does not require this stage diff --git a/packages/python/3.10.0/metadata.json b/packages/python/3.10.0/metadata.json index b767f8d..64baa95 100644 --- a/packages/python/3.10.0/metadata.json +++ b/packages/python/3.10.0/metadata.json @@ -1,5 +1,5 @@ { "language": "python", "version": "3.10.0", - "aliases": ["py", "py3", "python3", "python3.10"] + "aliases": ["py", "py3", "python3"] }