Adding README.md to manifest.
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
include *.txt
|
include *.txt
|
||||||
|
include MANIFEST.md
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -17,7 +17,7 @@ import distutils.core
|
|||||||
|
|
||||||
distutils.core.setup(
|
distutils.core.setup(
|
||||||
name = "jsonrpclib",
|
name = "jsonrpclib",
|
||||||
version = "0.1.4",
|
version = "0.1.5",
|
||||||
packages = ["jsonrpclib"],
|
packages = ["jsonrpclib"],
|
||||||
author = "Josh Marshall",
|
author = "Josh Marshall",
|
||||||
author_email = "catchjosh@gmail.com",
|
author_email = "catchjosh@gmail.com",
|
||||||
|
|||||||
Reference in New Issue
Block a user