comparison gamelib/version.py @ 854:79b5c1be9a5e default tip

Remove pyntnclick, it's its own library, now
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 21 Jun 2014 22:06:09 +0200
parents b616eeab0b82
children
comparison
equal deleted inserted replaced
852:f95830b58336 854:79b5c1be9a5e
70 'Mac OS X', 70 'Mac OS X',
71 'Windows', 71 'Windows',
72 ] 72 ]
73 73
74 INSTALL_REQUIRES = [ 74 INSTALL_REQUIRES = [
75 'pyntnclick',
75 ] 76 ]
76 77
77 # Install these manually 78 # Install these manually
78 NON_EGG_REQUIREMENTS = [ 79 NON_EGG_REQUIREMENTS = [
79 'setuptools', 80 'setuptools',