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 +}