From fb647909110e7a39eebd32bb73d69a8d88f77240 Mon Sep 17 00:00:00 2001 From: Low Kian Seong Date: Sun, 29 Jun 2014 00:41:16 +0800 Subject: [PATCH] Typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86afb85..2e740bb 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): version = "0.2.2", author = "Stefan Marsiske", author_email = "s@ctrlc.hu", - description = ("Scraping and datamangling Utilities"), + description = ("Scraping and data mangling Utilities"), license = "AGPLv3+", keywords = "scraping data", packages = find_packages(),