From 3b1d5bddd9ab3c782dd6c07693b9dac3bf159440 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 17 Mar 2024 21:29:48 -0400 Subject: [PATCH] Correct name in docstring --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ff64d0f..2642edf8 100755 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -"""Setup script for the 'xdis' distribution.""" +"""Setup script for the 'uncompyle6' distribution.""" from setuptools import setup