From 59b97c7bef21cf68935b68fa7de6fd67653e21af Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Fri, 20 Oct 2023 16:09:28 -0700 Subject: Tweak pyproject.toml and setup.py --- setup.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6068493..a73e48c 100644 --- a/setup.py +++ b/setup.py @@ -1,3 +1,20 @@ +# wikiget - CLI tool for downloading files from Wikimedia sites +# Copyright (C) 2023 Cody Logan +# SPDX-License-Identifier: GPL-3.0-or-later +# +# Wikiget is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# Wikiget is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Wikiget. If not, see . + from setuptools import setup setup() -- cgit v1.2.3