from distutils.core import setup setup(name='ir_py', version='1.0.0', packages=['ir_py'], requires=['PrettyPrintTree', 'intellirust'])