aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a73e48c..f1c237f 100644
--- a/setup.py
+++ b/setup.py
@@ -15,6 +15,10 @@
# 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>
+
from setuptools import setup
setup()