From 4f26c22db898fd7067c8919f6a694a01301f358c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agusti=CC=81n=20Benassi?= Date: Thu, 4 May 2017 16:33:05 -0300 Subject: [PATCH] =?UTF-8?q?Agrego=20importaci=C3=B3n=20de=20libreria=20fal?= =?UTF-8?q?tante=20en=20setup.py.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6090d89..d992ec2 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,7 @@ # -*- coding: utf-8 -*- from setuptools import setup +import os with open(os.path.abspath('README.md')) as readme_file: readme = readme_file.read() @@ -17,7 +18,7 @@ setup( name='pydatajson', - version='0.2.7', + version='0.2.8', description="Paquete en python con herramientas para generar y validar metadatos de catálogos de datos en formato data.json.", long_description=readme + '\n\n' + history, author="Datos Argentina",