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