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=[