diff --git a/setup.py b/setup.py index 88c0a731..29cd8f16 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import os from glob import glob -from distutils.core import setup +from setuptools import setup def read(fname): @@ -34,4 +34,5 @@ def read(fname): 'Programming Language :: Python :: Implementation :: CPython', 'Programming Language :: Python :: Implementation :: PyPy', ], + zip_safe=False )