Switch from distutils to setuptools

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1065919
This commit is contained in:
tony mancill 2024-03-11 10:46:19 +01:00 committed by Christoph Berg
parent f2b2f16806
commit 8d765b9346

View file

@ -1,6 +1,6 @@
#!/usr/bin/env python #!/usr/bin/env python
import os import os
from distutils.core import setup from setuptools import setup
kw = {} kw = {}