Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinlyonsrepo committed Jul 7, 2024
1 parent 76d1c9c commit 43295b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
url="https://github.com/gavinlyonsrepo/raspeberrypi_tempmon",
download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/3.0.tar.gz',
packages=['rpiTempSrc','rpiTempMod',],
install_requires= ['matplotlib','pip','psutil','RPi.GPIO'],
install_requires= ['matplotlib','pip','psutil'],
setup_requires = ['pip'],
scripts=['rpiTempSrc/rpi_tempmon.py'],
classifiers=[
Expand Down

0 comments on commit 43295b1

Please sign in to comment.