We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc77f0d commit 56b5ef8Copy full SHA for 56b5ef8
setup.py
@@ -1,11 +1,11 @@
1
from setuptools import setup
2
3
setup(
4
- name = 'PySeitchbot',
+ name = 'PySwitchbot',
5
packages = ['switchbot'],
6
install_requires=['bluepy'],
7
version = '0.1',
8
- description = 'A library to communicate with Switcbot',
+ description = 'A library to communicate with Switchbot',
9
author='Daniel Hoyer Iversen',
10
url='https://github.com/Danielhiversen/pySwitchbot/',
11
classifiers=[
0 commit comments