From 3c04878dfe33a0017ce0cb3cb851bd8c22ea6fff Mon Sep 17 00:00:00 2001 From: Roy Hyunjin Han Date: Fri, 11 Oct 2013 06:50:48 -0700 Subject: [PATCH] Updated MANIFEST.in --- CHANGES.rst | 4 ++++ MANIFEST.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ac96c37..acd8d36 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,7 @@ +0.5 +--- +- + 0.4 --- - Added support for custom headers and proxies thanks to Rui and Sajal diff --git a/MANIFEST.in b/MANIFEST.in index 23be747..346209d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ -recursive-include socketIOClient * +recursive-include socketIO_client * include *.rst global-exclude *.pyc