#!/usr/bin/env python from distutils.core import setup setup ( name = "pygooglecal", version = "1.0", description = "Python Library to Make Working with Google Calendar API EASY.", scripts = ['birthdays.py', 'exchange.py',], py_modules = [ 'cal', ], )