Daniel Iversen 6 年之前
父節點
當前提交
56b5ef8d8e
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      setup.py

+ 2 - 2
setup.py

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