diff --git a/python/setup.cfg b/python/setup.cfg new file mode 100644 index 0000000..2a9acf1 --- /dev/null +++ b/python/setup.cfg @@ -0,0 +1,2 @@ +[bdist_wheel] +universal = 1 diff --git a/python/setup.py b/python/setup.py index e212a20..032e106 100644 --- a/python/setup.py +++ b/python/setup.py @@ -22,10 +22,10 @@ # Software. # -import distutils.core +import setuptools -distutils.core.setup( +setuptools.setup( name = "qrcodegen", description = "High quality QR Code generator library for Python 2 and 3", version = "1.0.0",