From 7fb17af721da5ef40a76fda4d76ecc1d2e74d6a7 Mon Sep 17 00:00:00 2001 From: Lion Krischer Date: Mon, 13 Jan 2014 20:52:55 +0100 Subject: [PATCH] Include the RELEASE-VERSION file in MANIFEST.in --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 15734da6342..6d85115338f 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,6 +6,8 @@ # See http://scipy-user.10969.n7.nabble.com/SciPy-User-setuptools-messing-with-sdists-using-numpy-distutils-and-Fortran-libraries-td19023.html # for more details. +# Include the release-version file. +include obspy/RELEASE-VERSION # Include source files, XML schemas files and some documentation files. global-include *.c *.h *.f *.pyf *.inc *.xsd *.rng LICENSE.txt README.txt