This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from setuptools import setup | |
# from https://gist.github.com/dcreager/300803 with "-dirty" support added | |
from version import get_git_version | |
# From http://bugs.python.org/issue15881 | |
try: | |
import multiprocessing | |
except ImportError: | |
pass |