Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit bd63b38

Browse files
committed
setup.py: Fix typo in the package name.
1 parent 54d4ef6 commit bd63b38

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
@@ -12,7 +12,7 @@
1212
exec(f.read(), about)
1313

1414
setup(
15-
name="pyhon-olm-dev",
15+
name="python-olm-dev",
1616
version=about["__version__"],
1717
description=about["__description__"],
1818
author=about["__author__"],

0 commit comments

Comments
 (0)