From cf685fa4178c60efe86c7ee01455916774c2de86 Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 12 Nov 2018 18:14:22 -0500 Subject: [PATCH 1/2] Update to package name for PyPI. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fa07d51..ad19fae 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ long_description = f.read() setup( - name='adafruit-circuitpython-mlx90939', + name='adafruit-circuitpython-mlx30393', use_scm_version=True, setup_requires=['setuptools_scm'], @@ -57,4 +57,4 @@ # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). py_modules=['adafruit_mlx90393'], -) \ No newline at end of file +) From 17ab231dc66a4b9abbf18f8d36d1f6a6694cf027 Mon Sep 17 00:00:00 2001 From: Kattni Date: Mon, 12 Nov 2018 18:27:36 -0500 Subject: [PATCH 2/2] Maybe I'll get it right eventually. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad19fae..72a0c19 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ long_description = f.read() setup( - name='adafruit-circuitpython-mlx30393', + name='adafruit-circuitpython-mlx90393', use_scm_version=True, setup_requires=['setuptools_scm'],