Skip to content

Commit

Permalink
Drop Python2 from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 2, 2021
1 parent ac66a84 commit 05c735a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@ library/LICENSE.txt: LICENSE

python-wheels: python-readme python-license
cd library; python3 setup.py bdist_wheel
cd library; python setup.py bdist_wheel

python-sdist: python-readme python-license
cd library; python setup.py sdist
cd library; python3 setup.py sdist

python-clean:
-rm -r library/dist
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enviro+
# Enviro+

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

Expand Down
3 changes: 1 addition & 2 deletions library/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Enviro+
# Enviro+

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

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

# Changelog

0.0.5
-----

Expand Down

0 comments on commit 05c735a

Please sign in to comment.