Skip to content

Commit

Permalink
Agrego importación de libreria faltante en setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
abenassi committed May 4, 2017
1 parent efc6ab9 commit 4f26c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -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()
Expand All @@ -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",
Expand Down

0 comments on commit 4f26c22

Please sign in to comment.