From 25972156eb937bf99dbcde776cfc4692a2b65dc2 Mon Sep 17 00:00:00 2001 From: pcosson Date: Mon, 29 Dec 2025 12:49:12 +0100 Subject: [PATCH] Docs: Add module docstring --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.py b/setup.py index 540251b..128a0ce 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,7 @@ +""" +This script handles the installation and auditing of WAPT packages for updating applications. +It checks for new package versions on a WAPT server and sends notifications. +""" # -*- coding: utf-8 -*- from setuphelpers import * import requests