From 0fc93cea62f01d6fcbfe0f761b71fb2829db3f5d Mon Sep 17 00:00:00 2001 From: Pablo Albornoz Date: Sat, 8 Aug 2020 18:57:28 -0400 Subject: [PATCH] Corrige elementos del manifiesto --- MANIFEST.in | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 926cc7b..3e677d0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,2 @@ -include README.rst +include README.md include LICENSE.txt diff --git a/pyproject.toml b/pyproject.toml index 39b2596..4c88d6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.6" description = "Wrapper for the Khipu payment service API v2.0" authors = ["Pablo Albornoz "] license = "MIT" -readme = "README.rst" +readme = "README.md" repository = "http://github.com/fixmycode/pykhipu" classifiers=[ "Development Status :: 3 - Alpha",