# All configuration values have a default; values that are commented out
# serve to show the default.
-import sys
-import os
-
-
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
import glob
-from setuptools import setup, find_packages # >= 2.0.2
from os import listdir
from os.path import isfile
+from setuptools import setup, find_packages # >= 2.0.2
from sima.info import __version__ as VERSION, __author__ as AUTHOR
from sima.info import __doc__ as DESCRIPTION, __email__ as EMAIL