We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6246315 commit 07902fbCopy full SHA for 07902fb
setup.py
@@ -12,7 +12,7 @@
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/szazo/DHT11_Python",
15
- packages=setuptools.find_packages(),
+ packages=find_packages(),
16
install_requires=["RPi.GPIO"],
17
classifiers=[
18
"Programming Language :: Python :: 3",
0 commit comments