Docs: Add module docstring
This commit is contained in:
4
setup.py
4
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 -*-
|
# -*- coding: utf-8 -*-
|
||||||
from setuphelpers import *
|
from setuphelpers import *
|
||||||
import requests
|
import requests
|
||||||
|
|||||||
Reference in New Issue
Block a user