Ver Fonte

Fix name

Daniel Iversen há 6 anos atrás
pai
commit
56b5ef8d8e
1 ficheiros alterados com 2 adições e 2 exclusões
  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=[