Make python3 the default interpreter (#113)

This commit is contained in:
Isaac Slavitt 2018-04-19 12:00:41 -04:00 committed by Peter Bull
parent 74a2e29fef
commit a3274f1da3
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@
"open_source_license": ["MIT", "BSD-3-Clause", "No license file"],
"s3_bucket": "[OPTIONAL] your-bucket-for-syncing-data (do not include 's3://')",
"aws_profile": "default",
"python_interpreter": ["python", "python3"]
"python_interpreter": ["python3", "python"]
}