setup.py 305 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 #!/usr/bin/env python from distutils.core import setup setup(name='sitemap_gen', version='1.4', description='Sitemap Generator', license='BSD', author='Google Inc.', author_email='opensource@google.com', url='http://sourceforge.net/projects/goog-sitemapgen/', )