From 6972d3cac49d0612ed439b634a24783ed8ae9a46 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 21 Mar 2008 17:20:09 +0000 Subject: [PATCH] Fix arg name. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2d0ccc5b1..fd3a17751 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ setup( description='Python documentation generator', long_description=long_desc, zip_safe=False, - lassifiers=[ + classifiers=[ 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Environment :: Web Environment',