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