summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 9136339..ea02f45 100755
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ else:
long_description = "See https://github.com/gitpython-developers/smmap"
setup(
- name="smmap2",
+ name="smmap",
version=smmap.__version__,
description="A pure Python implementation of a sliding window memory map manager",
author=smmap.__author__,