Skip to content
  • Kipp Cannon's avatar
    switch from setuptools to distutils.core · bbfc0d50
    Kipp Cannon authored
    - setuptools results in a package that cannot be imported if not installed in the system default path.  distutils.core creates a package that can be, if pkg_resources is imported first.
    bbfc0d50