From 4e0cbce114d0586f820b040b866280cc5b63a6ed Mon Sep 17 00:00:00 2001 From: Nick Coghlan <@ncoghlan> Date: Tue, 17 Jan 2012 21:57:24 +1000 Subject: [PATCH] Issue #7: Provide MANIFEST.in to ensure files are uploaded correctly --- MANIFEST.in | 3 +++ NEWS.rst | 4 ++++ VERSION.txt | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 MANIFEST.in diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..9e664ba --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,3 @@ +include *.py *.txt *.rst +recursive-include docs *.rst *.py make.bat Makefile + diff --git a/NEWS.rst b/NEWS.rst index 3715fd6..945a7d4 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,10 @@ Release History --------------- +0.3.1 (2012-01-17) +~~~~~~~~~~~~~~~~~~ + +* Issue #7: Add MANIFEST.in so PyPI package contains all relevant files 0.3 (2012-01-04) ~~~~~~~~~~~~~~~~ diff --git a/VERSION.txt b/VERSION.txt index 1d71ef9..a2268e2 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -0.3 \ No newline at end of file +0.3.1 \ No newline at end of file