diff --git a/kicker.json b/kicker.json index 0aa1a7ced5da5fa73db44c751c457483fc92c460..3ba4860605837bedc060ebbd8557d0facd3faa18 100644 --- a/kicker.json +++ b/kicker.json @@ -51,6 +51,12 @@ } ], "features": [ + { + "id":"package", + "name":"package", + "description":"This job allows building your Python project [distribution packages](https://packaging.python.org/en/latest/glossary/#term-Distribution-Package).", + "enable_with": "PYTHON_PACKAGE_ENABLED" + }, { "id": "pylint", "name": "pylint",