File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1-
21# python setup.py --dry-run --verbose install
32
43from distutils .core import setup
54
6-
75setup (
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)
You can’t perform that action at this time.
0 commit comments