From 8359c8e8be429868919feb50974ef71db2a8bd1d Mon Sep 17 00:00:00 2001 From: Corey Goldberg Date: Sun, 18 Nov 2012 13:01:09 -0500 Subject: [PATCH] updated setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7e43e0..078fdc7 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ setup( url = 'http://cgoldberg.github.com/xvfbwrapper/', download_url = 'http://pypi.python.org/pypi/xvfbwrapper', keywords = 'xvfb virtual display headless x11'.split(), - license - 'MIT' + license - 'MIT', classifiers = [ 'Operating System :: Unix', 'Operating System :: POSIX :: Linux',