require py-1.4.8

This commit is contained in:
holger krekel 2012-05-17 08:47:50 +02:00
parent 948dea8bb4
commit 0362aaba5a
1 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ def main():
author_email='holger at merlinux.eu',
entry_points= make_entry_points(),
# the following should be enabled for release
install_requires=['py>=1.4.7.dev2'],
install_requires=['py>=1.4.8'],
classifiers=['Development Status :: 6 - Mature',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
@ -70,4 +70,4 @@ def make_entry_points():
return {'console_scripts': l}
if __name__ == '__main__':
main()
main()