from distutils.core import setup setup( name = 'PyAsync', version = "VERSION", packages = ['PyAsync'], )