adding category in the template property file (#1094)
Validate Data / validate-data (push) Has been cancelled

This commit is contained in:
Shubham Tiwari
2021-09-15 15:56:14 +05:30
committed by GitHub
parent 238e55b9b4
commit 95e540fe9a
46 changed files with 46 additions and 44 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"name": "Python package",
"description": "Create and test a Python package on multiple Python versions.",
"iconName": "python",
"categories": ["Python"]
"categories": ["Continuous integration", "Python"]
}