Skip to content

Commit e664c8f

Browse files
authored
Merge pull request #3 from adafruit/setup-py-update
Update to package name for PyPI.
2 parents b8fc23a + 17ab231 commit e664c8f

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-mlx90393',
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)