Skip to content

Commit 05c735a

Browse files
committed
Drop Python2 from Makefile
1 parent ac66a84 commit 05c735a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ library/LICENSE.txt: LICENSE
5050

5151
python-wheels: python-readme python-license
5252
cd library; python3 setup.py bdist_wheel
53-
cd library; python setup.py bdist_wheel
5453

5554
python-sdist: python-readme python-license
56-
cd library; python setup.py sdist
55+
cd library; python3 setup.py sdist
5756

5857
python-clean:
5958
-rm -r library/dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enviro+
1+
# Enviro+
22

33
Designed for environmental monitoring, Enviro+ lets you measure air quality (pollutant gases and particulates), temperature, pressure, humidity, light, and noise level. Learn more - https://shop.pimoroni.com/products/enviro-plus
44

library/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Enviro+
1+
# Enviro+
22

33
Designed for environmental monitoring, Enviro+ lets you measure air quality (pollutant gases and particulates), temperature, pressure, humidity, light, and noise level. Learn more - https://shop.pimoroni.com/products/enviro-plus
44

@@ -70,7 +70,6 @@ sudo apt install python-numpy python-smbus python-pil python-setuptools
7070
* Discord - https://discord.gg/hr93ByC
7171

7272
# Changelog
73-
7473
0.0.5
7574
-----
7675

0 commit comments

Comments
 (0)