Skip to content

Commit bed8cbe

Browse files
committed
Updated status.py with 1.2.1 release
1 parent 85b075b commit bed8cbe

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

setup.py

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
1-
21
# python setup.py --dry-run --verbose install
32

43
from distutils.core import setup
54

6-
75
setup(
86
name='lnetatmo',
9-
version='0.5.0', # Should be updated with new versions
7+
version='1.2.1',
8+
classifiers=[
9+
'Development Status :: 5 - Production/Stable',
10+
'Intended Audience :: Developers',
11+
'Programming Language :: Python :: 2.7',
12+
'Programming Language :: Python :: 3'
13+
],
1014
author='Philippe Larduinat',
11-
author_email='philippelt@users.sourceforge.net',
15+
author_email='ph.larduinat@wanadoo.fr',
1216
py_modules=['lnetatmo'],
1317
scripts=[],
1418
data_files=[],
1519
url='https://github.com/philippelt/netatmo-api-python',
16-
license='Open Source',
17-
description='Simple API to access Netatmo weather station data from any python script.',
18-
long_description=open('README.md').read()
20+
download_url='https://github.com/philippelt/netatmo-api-python/tarball/1.2.1',
21+
license='GPL V3',
22+
description='Simple API to access Netatmo weather station data from any python script.'
1923
)

0 commit comments

Comments
 (0)