Files
starter-workflows/ci/properties/python-app.properties.json
T
Aparna Ravindra dda42cb8f2 Addition to categories to python templates (#1088)
* addition to categories for python-app template

* adding categories to pylint template

* adding categories to python-package template

Co-authored-by: Ashwin Sangem <ashwinsangem@github.com>
2021-09-15 20:04:06 +05:30

7 lines
172 B
JSON

{
"name": "Python application",
"description": "Create and test a Python application.",
"iconName": "python",
"categories": ["Python", "Bottle", "Flask"]
}