From 6a7ef77f24c4cb081ec74a4123c9d153d9a1f04f Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 24 Feb 2015 13:00:00 -0800 Subject: [PATCH] fixed typo in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 99f96f4..d950768 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( # Indicate who your project is intended for 'Intended Audience :: Science/Research', - 'Topic :: Tex Processing :: General', + 'Topic :: Text Processing :: General', # Pick your license as you wish (should match "license" above) 'License :: OSI Approved :: MIT License',