#!/usr/bin/python # vim: set fileencoding=utf-8 : from distutils.core import setup setup(name = "whatmaps", author = 'Guido Günther', author_email = 'agx@sigxcpu.org', scripts = [ 'whatmaps' ] )