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