aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-11-17 14:51:20 -0800
committerCody Logan <cody@lokken.dev>2023-11-17 14:52:11 -0800
commit60ecb1990f4efc07d596182f38953e8a50c1a726 (patch)
treefbcb3e1f0d49a6d4fb489f76ab6ed7c225656436 /setup.py
parent06dfda7b5430bfc895a39defad50f184d41281f1 (diff)
parentd78f25717567870d4bb991e9bca7451f925f29ac (diff)
downloadwikiget-60ecb1990f4efc07d596182f38953e8a50c1a726.tar.gz
wikiget-60ecb1990f4efc07d596182f38953e8a50c1a726.zip
Merge branch 'master' into reduce-api-calls
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