From 2c4304e18605a0d3b3ced8269df6aeee8489e776 Mon Sep 17 00:00:00 2001 From: Joshua Marshall Date: Thu, 8 Oct 2015 20:34:16 -0500 Subject: [PATCH] Adding README.md to manifest. --- MANIFEST.in | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index ab30e9a..c2a047a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1,2 @@ include *.txt +include MANIFEST.md diff --git a/setup.py b/setup.py index e318f44..10d8352 100755 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ import distutils.core distutils.core.setup( name = "jsonrpclib", - version = "0.1.4", + version = "0.1.5", packages = ["jsonrpclib"], author = "Josh Marshall", author_email = "catchjosh@gmail.com",