Skip to content

Instantly share code, notes, and snippets.

@zellyn
Created March 31, 2010 18:14
Show Gist options
  • Save zellyn/350663 to your computer and use it in GitHub Desktop.
Save zellyn/350663 to your computer and use it in GitHub Desktop.
“Fake” python packages for media
recursive-include media *
./MANIFEST.in
./media
./media/one.html
./media/subdir
./media/subdir/two.html
./media/two-link.html
./setup.py
#!/usr/bin/env python
from distutils.core import setup
setup(name='zjh_appc',
version='1.0',
description='Test Application C',
author='Zellyn Hunter',
author_email='zellyn@gmail.com',
url='http://www.zellyn.com/example/appC/',
py_modules=[],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment