From 9337ccf04817131f4a076462ebd911977a175488 Mon Sep 17 00:00:00 2001 From: Alex Dzul Date: Sat, 6 Feb 2016 21:28:42 -0600 Subject: [PATCH] =?UTF-8?q?eliminamos=20un=20error=20en=20coma=20de=20la?= =?UTF-8?q?=20descripci=C3=B3n=20y=20actualizamos=20manifest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MANIFEST | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index 5041e0c..e30879d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2,6 +2,8 @@ LICENSE README.md setup.py +demos/__init__.py +demos/demo.py pyql/__init__.py pyql/errors.py pyql/interface.py diff --git a/setup.py b/setup.py index 14c8143..0acc91a 100644 --- a/setup.py +++ b/setup.py @@ -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: