summaryrefslogtreecommitdiff
path: root/setup.py
blob: ef0b6128cee6991c5336eb54c44a1de8cc24cd5c (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/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' ]
)