comparison gamelib/version.py @ 184:dfaf1a9a3ced

Add albow to non-egg requirements.
author Simon Cross <simon@simonx>
date Wed, 25 Aug 2010 16:21:48 +0200
parents fd9e84efe325
children a51565a59df3
comparison
equal deleted inserted replaced
183:829551aad0f1 184:dfaf1a9a3ced
76 76
77 # Install these manually 77 # Install these manually
78 NON_EGG_REQUIREMENTS = [ 78 NON_EGG_REQUIREMENTS = [
79 'setuptools', 79 'setuptools',
80 'pygame', 80 'pygame',
81 'albow',
81 ] 82 ]