Skip to content

Commit 248aaaf

Browse files
committed
Update setup.py
Update name
1 parent 1349ef9 commit 248aaaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33
setup(
4-
name='Adafruit_IO',
4+
name='adafruit-io',
55
version='0.0.1',
66
author='Justin Cooper',
77
author_email='[email protected]',
@@ -13,4 +13,4 @@
1313
install_requires=[
1414
"apiclient >= 1.0.2"
1515
],
16-
)
16+
)

0 commit comments

Comments
 (0)