Skip to content

Commit

Permalink
add distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
kaulketh committed Dec 24, 2023
1 parent e97572d commit c1b72da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added dist/simple-pi-fan-control-1.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run(self):
'Programming Language :: Python :: 3.7',
],
install_requires=[
'<RPi.GPIO>',
'RPi.GPIO'
],
cmdclass={
'install': InstallService,
Expand Down

0 comments on commit c1b72da

Please sign in to comment.