from distutils.core import setup setup(name='codewrap', version='1.0', description='code wrapping and filling', long_description="""\ Provides CodeWrapper, a modified TextWrapper which is little bit smarter about code and comments wrapping. """, author='Nir Soffer', author_email='nirs@freeshell.org', url='http://nirs.freeshell.org/codewrap/', download_url='http://nirs.freeshell.org/codewrap/codewrap-1.0.tar.gz', py_modules=['codewrap'], )