From 15e8e089133741a7e2e74c2cb223fa137eb63781 Mon Sep 17 00:00:00 2001 From: Eygene Ryabinkin Date: Wed, 26 Nov 2014 23:17:43 +0300 Subject: [PATCH] Properly generate package via "sdist" Include tests, configuration examples and other stuff we usually include to the tarballs. GitHub issue: https://github.com/OfflineIMAP/offlineimap/issues/137 Signed-off-by: Eygene Ryabinkin --- Changelog.rst | 2 ++ MANIFEST.in | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 MANIFEST.in diff --git a/Changelog.rst b/Changelog.rst index 321bf87..9a98d29 100644 --- a/Changelog.rst +++ b/Changelog.rst @@ -8,6 +8,8 @@ ChangeLog OfflineIMAP v6.5.6.1 (YYYY-MM-DD) ================================= +* Properly generate tarball from "sdist" command (GitHub #137) + * Expand environment variables in the following configuration items: - general.pythonfile; diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..3a403a3 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,14 @@ +global-exclude .gitignore .git *.bak *.orig *.rej +include setup.py +include COPYING +include Changelog* +include MAINTAINERS +include MANIFEST.in +include Makefile +include README.md +include offlineimap.conf* +include offlineimap.py +recursive-include offlineimap *.py +recursive-include bin * +recursive-include docs * +recursive-include test *