diff --git a/dist/simple-pi-fan-control-1.0.tar.gz b/dist/simple-pi-fan-control-1.0.tar.gz new file mode 100644 index 0000000..c380957 Binary files /dev/null and b/dist/simple-pi-fan-control-1.0.tar.gz differ diff --git a/setup.py b/setup.py index 8f88110..07b80ed 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def run(self): 'Programming Language :: Python :: 3.7', ], install_requires=[ - '', + 'RPi.GPIO' ], cmdclass={ 'install': InstallService,