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 d5e0f85 commit c7698aeCopy full SHA for c7698ae
setup.py
@@ -47,7 +47,7 @@
47
48
setup(
49
50
- name='sparkfun_qwiic_otos_py',
+ name='sparkfun_qwiic_otos',
51
52
# Versions should comply with PEP440. For a discussion on single-sourcing
53
# the version across setup.py and the project code, see
@@ -98,6 +98,6 @@
98
99
# You can just specify the packages manually here if your project is
100
# simple. Or you can use find_packages().
101
- py_modules=["qwiic_otos_py"],
+ py_modules=["qwiic_otos"],
102
103
)
0 commit comments