Skip to content

Commit 56b5ef8

Browse files
Daniel IversenDaniel Iversen
authored andcommitted
Fix name
1 parent cc77f0d commit 56b5ef8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
from setuptools import setup
22

33
setup(
4-
name = 'PySeitchbot',
4+
name = 'PySwitchbot',
55
packages = ['switchbot'],
66
install_requires=['bluepy'],
77
version = '0.1',
8-
description = 'A library to communicate with Switcbot',
8+
description = 'A library to communicate with Switchbot',
99
author='Daniel Hoyer Iversen',
1010
url='https://github.com/Danielhiversen/pySwitchbot/',
1111
classifiers=[

0 commit comments

Comments
 (0)