From d78f25717567870d4bb991e9bca7451f925f29ac Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 17 Nov 2023 14:49:02 -0800 Subject: Add missing docstrings for modules --- setup.py | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index f1c237f..69a7285 100644 --- a/setup.py +++ b/setup.py @@ -15,9 +15,14 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see . -# This is a stub file for older versions of pip, setuptools, etc. that aren't fully -# compatible with the latest Python packaging standards. -# See +"""Configure the program for packaging. + +This is a stub file for older versions of pip, setuptools, etc. that aren't fully +compatible with the latest Python packaging standards. Project metadata and dependencies +have been moved to pyproject.toml. + +See for info. +""" from setuptools import setup -- cgit v1.2.3