Skip to content

Commit

Permalink
Merge pull request #11 from alexdzul/0.2.x
Browse files Browse the repository at this point in the history
0.2.x
  • Loading branch information
alexdzul committed Feb 28, 2015
2 parents aaa314d + 8715eb4 commit 7f842f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
pyql-weather
============

Python Wrapper for YQL an Yahoo Weather.
----------------------------------------
Wrapper escrito en Python para realizar consultar YQL y obtener información de los servidores de Yahoo.

Instalación.
-------------
Expand Down
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python
from distutils.core import setup

version = "0.2"
version = "0.2.1"
author = "Alex Dzul"
author_email = "alexexc2@gmail.com"
mainteiner = "Alex Dzul"
Expand All @@ -10,13 +10,15 @@

setup(name='pyql-weather',
version=version,
description='Yahoo Weather in Python',
description='Yahoo Weather in Python v.%s' % version,
long_description=open('README.md').read(),
license="MIT License",
author=author,
author_email=author_email,
url='http://www.github.com/alexdzul/pyql-weather/',
packages=['pyql', 'pyql.weather', 'pyql.geo'],
data_files=[('', ['README.md', 'LICENSE'])],
keywords=['pyql', 'yahoo', 'weather'],
classifiers=["Development Status :: 4 - Beta",
"Environment :: Console",
"Intended Audience :: Developers",
Expand Down

0 comments on commit 7f842f9

Please sign in to comment.