#!/usr/bin/env python '''Setup for p4py''' # Miki Tebeka from distutils.core import setup setup( name = "p4py", author = "Miki Tebeka", author_email = "mtebeka@qualcomm.com", url = "http://public.perforce.com/guest/miki_tebeka/p4py/dist/README.html", py_modules = ["p4py"] )