Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FiloSottile committed Mar 8, 2014
1 parent b598f1b commit 0f62fd9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

from distutils.core import setup

setup(name='pynest',
version='1.0',
description='Python API for Nest Thermostat',
setup(name='nest_thermostat',
version='1.1',
description='Python API and command line tool for talking to the Nest Thermostat',
author='Scott Baker',
author_email='[email protected]',
url='http://www.smbaker.com/',
maintainer='Filippo Valsorda',
maintainer_email='[email protected]',
url='https://github.com/FiloSottile/nest_thermostat/',
scripts=['nest.py'],
)
)

0 comments on commit 0f62fd9

Please sign in to comment.