o
�iY � @ s� d dl Z d dlZd dlZd dlZd dlmZ d dlmZ d dlm Z d dl
mZ dZzd dl
Z
dZW n ey> dZY nw G d d
� d
ejejejej�Zdd� Zed
kr]ee� � dS dS )� N)�run_unittest)�Distribution)�
bdist_dumb)�supportz�from distutils.core import setup
import foo
setup(name='foo', version='0.1', py_modules=['foo'],
url='xxx', author='xxx', author_email='xxx')
TFc s<