openbsd-ports/geo/gmapcatcher/files/setup.py
kevlo bfe0e32224 Initial import of gmapcatcher 0.6.3.0
GMapCatcher is an offline maps viewer. It downloads CloudMade, 
OpenStreetMap or Google Map tiles automatically, display them using 
a specific GUI. User can view the maps while offline. 

ok giovanni@
2010-03-25 10:13:26 +00:00

16 lines
461 B
Python

# $OpenBSD: setup.py,v 1.1.1.1 2010/03/25 10:13:26 kevlo Exp $
from distutils.core import setup
import sys, os
setup(
name = "gmapcatcher",
version = "0.6.3.0",
description = "offline maps viewer",
license = "GPLv2",
url = "http://code.google.com/p/gmapcatcher/",
packages = ('gmapcatcher','gmapcatcher.mapServers',
'gmapcatcher.pyGPSD','gmapcatcher.pyGPSD.nmea',
'gmapcatcher.pyGPSD.nmea.serial'),
)