From 5ce3567640c2063db63470e24b62bb1f1ca00317 Mon Sep 17 00:00:00 2001 From: Ben Heil Date: Fri, 15 Nov 2019 13:23:52 -0500 Subject: [PATCH] Added properties.json file --- ci/properties/python-package-conda.properties.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ci/properties/python-package-conda.properties.json diff --git a/ci/properties/python-package-conda.properties.json b/ci/properties/python-package-conda.properties.json new file mode 100644 index 0000000..4b3a8da --- /dev/null +++ b/ci/properties/python-package-conda.properties.json @@ -0,0 +1,6 @@ +{ + "name": "Python package", + "description": "Create and test a Python package on multiple Python versions.", + "iconName": "python", + "categories": ["Python"] +} \ No newline at end of file