Skip to content

Commit c7698ae

Browse files
Update setup.py
1 parent d5e0f85 commit c7698ae

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
@@ -47,7 +47,7 @@
4747

4848
setup(
4949

50-
name='sparkfun_qwiic_otos_py',
50+
name='sparkfun_qwiic_otos',
5151

5252
# Versions should comply with PEP440. For a discussion on single-sourcing
5353
# the version across setup.py and the project code, see
@@ -98,6 +98,6 @@
9898

9999
# You can just specify the packages manually here if your project is
100100
# simple. Or you can use find_packages().
101-
py_modules=["qwiic_otos_py"],
101+
py_modules=["qwiic_otos"],
102102

103103
)

0 commit comments

Comments
 (0)