Skip to content

Commit

Permalink
eliminamos un error en coma de la descripción y actualizamos manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdzul committed Feb 7, 2016
1 parent 053bf95 commit 9337ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
LICENSE
README.md
setup.py
demos/__init__.py
demos/demo.py
pyql/__init__.py
pyql/errors.py
pyql/interface.py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from distutils.core import setup
from pyql import __author__, __version__, __email__, __license__, __maintainer__

short_description = 'YQL Queries and Yahoo Weather in Python v.%s' % __version__,
short_description = 'YQL Queries and Yahoo Weather in Python v.%s' % __version__


try:
Expand Down

0 comments on commit 9337ccf

Please sign in to comment.