Merge pull request #28 from df7cb/setuptools

Switch from distutils to setuptools
This commit is contained in:
Tobias Wellnitz 2024-03-17 23:03:39 +01:00 committed by GitHub
commit 5799c7337b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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