Skip to content

Commit cf685fa

Browse files
authored
Update to package name for PyPI.
1 parent b8fc23a commit cf685fa

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
@@ -18,7 +18,7 @@
1818
long_description = f.read()
1919

2020
setup(
21-
name='adafruit-circuitpython-mlx90939',
21+
name='adafruit-circuitpython-mlx30393',
2222

2323
use_scm_version=True,
2424
setup_requires=['setuptools_scm'],
@@ -57,4 +57,4 @@
5757
# You can just specify the packages manually here if your project is
5858
# simple. Or you can use find_packages().
5959
py_modules=['adafruit_mlx90393'],
60-
)
60+
)

0 commit comments

Comments
 (0)