from distutils.core import setup setup(name = 'PyPNG', version = '0.3-alpha1', description = 'Pure Python PNG encoder.', author = 'Johann C. Rocholl', author_email = 'johann@browsershots.org', url = 'http://trac.browsershots.org/wiki/PyPng', package_dir = {'': 'lib'}, py_modules = ['png'], )