csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 171 forks source link

Add __version__.py to main pyowm package #289

Closed csparpa closed 5 years ago

csparpa commented 5 years ago

Also make sure setup.py and that file do not duplicate values

Contents:

__title__ = 'PyOWM'
__description__ = 'A Python wrapper around OpenWeatherMap web APIs'
__url__ = 'http://github.com/csparpa/pyowm'
__version__ = '3.0.0'
__author__ = 'Claudio Sparpaglione'
__author_email__ = 'csparpa@gmail.com'
__author_twitter__ = '@csparpa'
__license__ = 'MIT'
csparpa commented 5 years ago

Fixed with 2ad9a23ea6e09e88cce5c426b4a171f9807eab74