From 3bc42942274eff990a1e311e94f3fe6ba5d92f0c Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Thu, 19 Dec 2013 17:08:13 -0800 Subject: [PATCH] oops, adding missing comma --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d51d1a4..dabce13 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setuptools.setup(name='warcprox', 'Programming Language :: Python :: 3.3', 'Topic :: Internet :: Proxy Servers', 'Topic :: Internet :: WWW/HTTP', - 'Topic :: Software Development :: Libraries :: Python Modules' + 'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: System :: Archiving', ])