From 5162ab815b6b9295c4db2ce88c048366780963fa Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Sun, 20 Sep 2015 11:40:45 -0400 Subject: [PATCH] bumped version fior release --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85e825f..fbfd580 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ with open(os.path.join(this_dir, 'README.rst')) as f: setup( name='xvfbwrapper', - version='0.2.4', + version='0.2.5', py_modules=['xvfbwrapper'], author='Corey Goldberg', author_email='cgoldberg _at_ gmail.com', @@ -29,10 +29,14 @@ setup( 'Operating System :: Unix', 'Operating System :: POSIX :: Linux', 'Intended Audience :: Developers', + 'License :: OSI Approved :: MIT License' 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', 'Topic :: Software Development :: Libraries :: Python Modules', ] )