#!./python3
if __name__ == '__main__':
    import sys
    from setuptools.command.easy_install import main

    sys.exit(main())