~nuclearbob/utah/bamboo-feeder-iso-fix

« back to all changes in this revision

Viewing changes to distribute_setup.py

  • Committer: Max Brustkern
  • Date: 2012-12-10 17:04:35 UTC
  • mfrom: (771.1.5 dev)
  • Revision ID: max@canonical.com-20121210170435-zszj9c1ndeh2lsm3
Merged latest dev branch changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!python
2
2
# flake8: noqa
3
 
"""Bootstrap distribute installation
 
3
 
 
4
"""
 
5
Bootstrap distribute installation
4
6
 
5
7
If you want to use setuptools in your package's setup.py, just include this
6
8
file in the same directory with it, and add this to the top of your setup.py::