Daniel Iversen 6 years ago
parent
commit
56b5ef8d8e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      setup.py

+ 2 - 2
setup.py

@@ -1,11 +1,11 @@
 from setuptools import setup
 from setuptools import setup
 
 
 setup(
 setup(
-    name = 'PySeitchbot',
+    name = 'PySwitchbot',
     packages = ['switchbot'],
     packages = ['switchbot'],
     install_requires=['bluepy'],
     install_requires=['bluepy'],
     version = '0.1',
     version = '0.1',
-    description = 'A library to communicate with Switcbot',
+    description = 'A library to communicate with Switchbot',
     author='Daniel Hoyer Iversen',
     author='Daniel Hoyer Iversen',
     url='https://github.com/Danielhiversen/pySwitchbot/',
     url='https://github.com/Danielhiversen/pySwitchbot/',
     classifiers=[
     classifiers=[