#!/usr/bin/env python from distutils.core import setup setup( packages = ['uw', 'uw.pubcookie'], package_dir = {'uw': ''}, )