From 0362aaba5ad9ccf1c7cd0356ebfc7c352a09694b Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 17 May 2012 08:47:50 +0200 Subject: [PATCH] require py-1.4.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 54913dad1..fdb33c674 100644 --- a/setup.py +++ b/setup.py @@ -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() \ No newline at end of file + main()