From 50d073bd7cf769686efc63e42cb75512952b25ed Mon Sep 17 00:00:00 2001 From: Jesse Weigert Date: Tue, 27 Oct 2015 14:02:20 -0700 Subject: [PATCH] Fix package description --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 267dfc7..f6a0482 100755 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( name="smmap", version=smmap.__version__, - description="A pure git implementation of a sliding window memory map manager", + description="A pure python implementation of a sliding window memory map manager", author=smmap.__author__, author_email=smmap.__contact__, url=smmap.__homepage__,