Skip to content

Commit

Permalink
Agrego recursivamente el directory del paquete para que pypi se lleve…
Browse files Browse the repository at this point in the history
… también los schemas.
  • Loading branch information
abenassi committed Nov 25, 2016
1 parent 7ea8c25 commit c2daeca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -5,6 +5,7 @@ include LICENSE
include README.rst

recursive-include tests *
recursive-include pydatajson *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@

setup(
name='pydatajson',
version='0.0.9',
version='0.0.10',
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 c2daeca

Please sign in to comment.