aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
AgeCommit message (Collapse)Author
2005-12-18bitbake/bb/fetch:Holger Hans Peter Freyther
Patch courtsey RP for #438. Move the fetchers into a separate module to ease the writing of new fetchers and to separate the individual implementations. bitbake/MANIFEST: added the new files bitbake/setup.py: added the fetch module
2005-07-12bitbake/setup.py:Holger Hans Peter Freyther
-Unmess the result of parser reorginisation even more. Introduce parse_py to distutils.
2005-07-06bitbake/Holger Hans Peter Freyther
Update MANIFEST and setup.py to cope with the removal of make.py and bbread and add utils.py to the MANIFEST
2005-05-18Change the bb.__version__ to 1.2.1, and adjust setup.py to actually import ↵Chris Larson
the bb module to obtain the version it uses.
2005-03-11Adjust the version in setup.py.Chris Larson
2004-12-10Set the 'url' in setup.py to our berlios.de project.Chris Larson
2004-12-09Fix the install paths of our datafiles in setup.py.Chris Larson
2004-12-08Make bbread spit out a nicer error when it encounters an IOError.Chris Larson
2004-12-07Initial import.Chris Larson