aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-17 14:49:02 -0800
committerCody Logan <cody@lokken.dev>2023-11-17 14:49:02 -0800
commitd78f25717567870d4bb991e9bca7451f925f29ac (patch)
tree2f8df4e487b0264d9ef364fdf17dd5abe87ce5b7 /setup.py
parentd2c6df9248d03a692bf51c5367ac6f6de6c46ad1 (diff)
downloadwikiget-d78f25717567870d4bb991e9bca7451f925f29ac.tar.gz
wikiget-d78f25717567870d4bb991e9bca7451f925f29ac.zip
Add missing docstrings for modules
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py11
1 files changed, 8 insertions, 3 deletions
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 <https://www.gnu.org/licenses/>.
-# This is a stub file for older versions of pip, setuptools, etc. that aren't fully
-# compatible with the latest Python packaging standards.
-# See <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html>
+"""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 <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html> for info.
+"""
from setuptools import setup