Skip to content

Instantly share code, notes, and snippets.

@chicagobuss
Created March 23, 2016 17:56
Show Gist options
  • Select an option

  • Save chicagobuss/f9e409007b248be20d35 to your computer and use it in GitHub Desktop.

Select an option

Save chicagobuss/f9e409007b248be20d35 to your computer and use it in GitHub Desktop.
ignition build file
python_binary(
name='ignition',
dependencies=[
'3rdparty/python:Flask',
'3rdparty/python:apache-libcloud',
'3rdparty/python:gevent',
'3rdparty/python:pycrypto',
],
resources=globs('static/*', 'templates/*'),
source='ignition.py',
zip_safe=False
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment