Adding README.md to manifest.

This commit is contained in:
Joshua Marshall 2015-10-08 20:34:16 -05:00
parent 3058181be3
commit 2c4304e186
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1,2 @@
include *.txt
include MANIFEST.md

View File

@ -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",