From 22872514212609e36ad427dfd8ff8b527142802e Mon Sep 17 00:00:00 2001 From: Ben Heil Date: Fri, 15 Nov 2019 13:26:42 -0500 Subject: [PATCH] Improved description and fixed name --- ci/properties/python-package-conda.properties.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/properties/python-package-conda.properties.json b/ci/properties/python-package-conda.properties.json index 4b3a8da..1f6436d 100644 --- a/ci/properties/python-package-conda.properties.json +++ b/ci/properties/python-package-conda.properties.json @@ -1,6 +1,6 @@ { - "name": "Python package", - "description": "Create and test a Python package on multiple Python versions.", + "name": "Python Package using Anaconda", + "description": "Create and test a Python package on multiple Python versions using Anaconda for package management.", "iconName": "python", "categories": ["Python"] -} \ No newline at end of file +}