diff options
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/usr/bin/env python -from distutils.core import setup -from distutils.core import Command +from setuptools import setup +from setuptools import Command from fnmatch import fnmatch from glob import glob import os |