Skip to content

Instantly share code, notes, and snippets.

@drx
Created June 3, 2012 15:59
Show Gist options
  • Save drx/2863984 to your computer and use it in GitHub Desktop.
Save drx/2863984 to your computer and use it in GitHub Desktop.
d3-montage setup.py
from distutils.core import setup
import py2exe
setup(console=['montage.py'],
options={'py2exe': {'bundle_files': 1}},
zipfile= None,
data_files=[('font', ['font/Helvetica-18.pbm', 'font/Helvetica-18.pil', 'font/Helvetica.ttf'])],
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment