Description: Remove deprecated distutils in setup.py
 'distutils' used in setup.py deprecated in Python 3.10,
 removed in Python 3.12.
Forwarded: not-needed
Author: Yogeswaran Umasankar <yogu@debian.org>
Last-Update: 2025-08-07

--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,6 @@
 # -*- coding: utf-8 -*-
 """Setup module."""
-try:
-    from setuptools import setup
-except ImportError:
-    from distutils.core import setup
+from setuptools import setup
 
 
 MINIMAL_DESCRIPTION = '''ASCII art is also known as "computer text art".
