summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlessio Sergi <al3hex@gmail.com>2014-03-13 13:13:13 +0100
committerAlessio Sergi <al3hex@gmail.com>2014-03-13 13:13:13 +0100
commitdb4b9ae1478ffb705893819a8b5d591a37b97c77 (patch)
tree31dd533f84d6db8c4f499579af3cafa4e2b321a3 /setup.py
parentaa99ebed5a2733dac3ba14d44a3ea3ebb456cf62 (diff)
Migrate from pysensors to py3sensors
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3fd8f47b..30100cd9 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(
install_requires=requires,
extras_require={
'HTML': ['jinja2'],
- 'SENSORS': ['pysensors'],
+ 'SENSORS': ['py3sensors'],
'BATINFO': ['batinfo']
},
packages=['glances'],