Skip to content

Commit 07902fb

Browse files
committed
fix setup.py
1 parent 6246315 commit 07902fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/szazo/DHT11_Python",
15-
packages=setuptools.find_packages(),
15+
packages=find_packages(),
1616
install_requires=["RPi.GPIO"],
1717
classifiers=[
1818
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)