Skip to content

Commit 020f810

Browse files
committed
Fixed package name typo in setup
1 parent b89881f commit 020f810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="django-keyvaluestore",
7-
version=keyvaluesure.__version__,
7+
version=keyvaluestore.__version__,
88
url='https://github.com/citylive/django-keyvaluestore',
99
license='BSD',
1010
description="A Key-Value store for Django",

0 commit comments

Comments
 (0)