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