Skip to content

Commit 9a6b599

Browse files
committed
Whitespace fix
1 parent 0741f2c commit 9a6b599

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
@@ -77,7 +77,7 @@
7777
author_email = 'tdicola@adafruit.com',
7878
description = 'Library to get readings from the DHT11, DHT22, and AM2302 humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.',
7979
license = 'MIT',
80-
classifiers = classifiers,
80+
classifiers = classifiers,
8181
url = 'https://github.com/adafruit/Adafruit_Python_DHT/',
8282
packages = find_packages(),
8383
ext_modules = extensions)

0 commit comments

Comments
 (0)