from distutils.core import setup setup( name = 'name', packages = ['name'], version = '0.0.1', description = 'desc', author = 'Andy Kuszyk', author_email = 'me@me.co.uk', url = 'https://github.com/andykuszyk/name', download_url = 'https://github.com/andykuszyk/name/archive/0.1.tar.gz', keywords = ['tag'], classifiers = [], )