#!/usr/bin/env python

from distutils.core import setup

setup(name = "softrig",
	version = "0.1",
	description = "SDR frontend for SoftRock-style transceivers",
	author = "Adam Sampson",
	author_email = "ats@offog.org",
	url = "http://offog.org/code/",
	license = "GNU GPL v2 or later",
	scripts = ['softrig'],
	packages = ['softriglib'])
