#!/usr/bin/env python from distutils.core import setup setup(name = "rawdog", version = "0.3", description = "RSS Aggregator Without Delusions Of Grandeur", author = "Adam Sampson", author_email = "azz@us-lot.org", url = "http://azz.us-lot.org/code.html", license = "GNU GPL v2 or later", scripts = ['rawdog'], packages = ['rawdoglib'])